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