pub struct PioComponentId(/* private fields */);Expand description
Stable, type-qualified component identity.
Auto Trait Implementations§
impl Freeze for PioComponentId
impl RefUnwindSafe for PioComponentId
impl Send for PioComponentId
impl Sync for PioComponentId
impl Unpin for PioComponentId
impl UnsafeUnpin for PioComponentId
impl UnwindSafe for PioComponentId
Blanket Implementations§
impl<T> Allocation for T
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more