Struct azalea_block::EnchantingTableBlock
source · [−]pub struct EnchantingTableBlock {}Trait Implementations
sourceimpl Block for EnchantingTableBlock
impl Block for EnchantingTableBlock
sourceimpl Clone for EnchantingTableBlock
impl Clone for EnchantingTableBlock
sourcefn clone(&self) -> EnchantingTableBlock
fn clone(&self) -> EnchantingTableBlock
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for EnchantingTableBlock
impl Debug for EnchantingTableBlock
sourceimpl Default for EnchantingTableBlock
impl Default for EnchantingTableBlock
sourceimpl From<EnchantingTableBlock> for BlockState
impl From<EnchantingTableBlock> for BlockState
sourcefn from(b: EnchantingTableBlock) -> Self
fn from(b: EnchantingTableBlock) -> Self
Converts to this type from the input type.
impl Copy for EnchantingTableBlock
Auto Trait Implementations
impl RefUnwindSafe for EnchantingTableBlock
impl Send for EnchantingTableBlock
impl Sync for EnchantingTableBlock
impl Unpin for EnchantingTableBlock
impl UnwindSafe for EnchantingTableBlock
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