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