Struct entmet_lib::entities::entity::TraderLlama
source · pub struct TraderLlama { /* private fields */ }Expand description
An instance of a llama that is owned by a wandering trader
Trait Implementations§
source§impl Default for TraderLlama
impl Default for TraderLlama
source§fn default() -> TraderLlama
fn default() -> TraderLlama
Returns the “default value” for a type. Read more
source§impl Deref for TraderLlama
impl Deref for TraderLlama
Auto Trait Implementations§
impl Freeze for TraderLlama
impl RefUnwindSafe for TraderLlama
impl Send for TraderLlama
impl Sync for TraderLlama
impl Unpin for TraderLlama
impl UnwindSafe for TraderLlama
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