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