pub struct Parent(pub Entity);
Tuple Fields§
§0: Entity
Trait Implementations§
Source§impl Component for Parent
impl Component for Parent
Source§type Storage = FlaggedStorage<Parent, VecStorage<Parent>>
type Storage = FlaggedStorage<Parent, VecStorage<Parent>>
Associated storage type for this component.
Source§impl Ord for Parent
impl Ord for Parent
Source§impl PartialOrd for Parent
impl PartialOrd for Parent
impl Eq for Parent
impl StructuralPartialEq for Parent
Auto Trait Implementations§
impl Freeze for Parent
impl RefUnwindSafe for Parent
impl Send for Parent
impl Sync for Parent
impl Unpin for Parent
impl UnwindSafe for Parent
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