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