Struct entmet_lib::entities::entity::LlamaSpit
source · pub struct LlamaSpit { /* private fields */ }Expand description
An instance of a llama spit
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LlamaSpit
impl RefUnwindSafe for LlamaSpit
impl Send for LlamaSpit
impl Sync for LlamaSpit
impl Unpin for LlamaSpit
impl UnwindSafe for LlamaSpit
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