pub struct CodEntity;
Trait Implementations§
Source§impl EntityComponent for CodEntity
impl EntityComponent for CodEntity
const CODEC: &'static dyn EntityCodec
Auto Trait Implementations§
impl Freeze for CodEntity
impl RefUnwindSafe for CodEntity
impl Send for CodEntity
impl Sync for CodEntity
impl Unpin for CodEntity
impl UnwindSafe for CodEntity
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