pub struct NamedEntity { /* private fields */ }
Trait Implementations§
Source§impl Debug for NamedEntity
impl Debug for NamedEntity
Source§impl Default for NamedEntity
impl Default for NamedEntity
Source§fn default() -> NamedEntity
fn default() -> NamedEntity
Returns the “default value” for a type. Read more
Source§impl EntityComponent for NamedEntity
impl EntityComponent for NamedEntity
const CODEC: &'static dyn EntityCodec
Auto Trait Implementations§
impl Freeze for NamedEntity
impl RefUnwindSafe for NamedEntity
impl Send for NamedEntity
impl Sync for NamedEntity
impl Unpin for NamedEntity
impl UnwindSafe for NamedEntity
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