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