pub struct Parent(pub Entity);
Tuple Fields§
§0: Entity
Trait Implementations§
Source§impl PrefabProxy<ParentPrefabProxy> for Parent
impl PrefabProxy<ParentPrefabProxy> for Parent
fn from_proxy_with_extras( proxy: ParentPrefabProxy, named_entities: &HashMap<String, Entity>, _: StateToken, ) -> Result<Self, PrefabError>
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