pub struct WorldEntity { /* private fields */ }Trait Implementations§
Source§impl Clone for WorldEntity
impl Clone for WorldEntity
Source§fn clone(&self) -> WorldEntity
fn clone(&self) -> WorldEntity
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WorldEntity
impl Debug for WorldEntity
Source§impl<'de> Deserialize<'de> for WorldEntity
impl<'de> Deserialize<'de> for WorldEntity
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<&EntityInstance> for WorldEntity
impl From<&EntityInstance> for WorldEntity
Source§fn from(value: &EntityInstance) -> Self
fn from(value: &EntityInstance) -> Self
Converts to this type from the input type.
Source§impl<T: ToString> Index<T> for WorldEntity
impl<T: ToString> Index<T> for WorldEntity
Auto Trait Implementations§
impl Freeze for WorldEntity
impl RefUnwindSafe for WorldEntity
impl Send for WorldEntity
impl Sync for WorldEntity
impl Unpin for WorldEntity
impl UnwindSafe for WorldEntity
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