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