pub struct BeeEntity { /* private fields */ }
Trait Implementations§
Source§impl EntityComponent for BeeEntity
impl EntityComponent for BeeEntity
const CODEC: &'static dyn EntityCodec
Auto Trait Implementations§
impl Freeze for BeeEntity
impl RefUnwindSafe for BeeEntity
impl Send for BeeEntity
impl Sync for BeeEntity
impl Unpin for BeeEntity
impl UnwindSafe for BeeEntity
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