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