pub struct ComponentId<T>(/* private fields */);Trait Implementations§
Source§impl<T> Clone for ComponentId<T>
impl<T> Clone for ComponentId<T>
Source§impl<T: Debug> Debug for ComponentId<T>
impl<T: Debug> Debug for ComponentId<T>
Source§impl<T> From<ComponentBlueprintId> for ComponentId<T>
impl<T> From<ComponentBlueprintId> for ComponentId<T>
Source§fn from(value: ComponentBlueprintId) -> Self
fn from(value: ComponentBlueprintId) -> Self
Converts to this type from the input type.
impl<T> Copy for ComponentId<T>
Auto Trait Implementations§
impl<T> Freeze for ComponentId<T>
impl<T> RefUnwindSafe for ComponentId<T>where
T: RefUnwindSafe,
impl<T> Send for ComponentId<T>where
T: Send,
impl<T> Sync for ComponentId<T>where
T: Sync,
impl<T> Unpin for ComponentId<T>where
T: Unpin,
impl<T> UnsafeUnpin for ComponentId<T>
impl<T> UnwindSafe for ComponentId<T>where
T: UnwindSafe,
Blanket Implementations§
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