pub struct Parent(pub Entity);
Tuple Fields
0: Entity
Trait Implementations
sourceimpl 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 RefUnwindSafe for Parent
impl Send for Parent
impl Sync for Parent
impl Unpin for Parent
impl UnwindSafe for Parent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more