Struct azalea_block::SmithingTableBlock
source · [−]pub struct SmithingTableBlock {}Trait Implementations
sourceimpl Block for SmithingTableBlock
impl Block for SmithingTableBlock
sourceimpl Clone for SmithingTableBlock
impl Clone for SmithingTableBlock
sourcefn clone(&self) -> SmithingTableBlock
fn clone(&self) -> SmithingTableBlock
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SmithingTableBlock
impl Debug for SmithingTableBlock
sourceimpl Default for SmithingTableBlock
impl Default for SmithingTableBlock
sourceimpl From<SmithingTableBlock> for BlockState
impl From<SmithingTableBlock> for BlockState
sourcefn from(b: SmithingTableBlock) -> Self
fn from(b: SmithingTableBlock) -> Self
Converts to this type from the input type.
impl Copy for SmithingTableBlock
Auto Trait Implementations
impl RefUnwindSafe for SmithingTableBlock
impl Send for SmithingTableBlock
impl Sync for SmithingTableBlock
impl Unpin for SmithingTableBlock
impl UnwindSafe for SmithingTableBlock
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more