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