pub struct WaxedWeatheredChiseledCopper;
Trait Implementations§
Source§impl BlockTrait for WaxedWeatheredChiseledCopper
impl BlockTrait for WaxedWeatheredChiseledCopper
fn behavior(&self) -> BlockBehavior
Source§fn as_block_state(&self) -> BlockState
fn as_block_state(&self) -> BlockState
Convert the block to a block state. Read more
Source§fn as_registry_block(&self) -> Block
fn as_registry_block(&self) -> Block
Convert the block to an
azalea_registry::Block
. Read moreSource§impl Clone for WaxedWeatheredChiseledCopper
impl Clone for WaxedWeatheredChiseledCopper
Source§fn clone(&self) -> WaxedWeatheredChiseledCopper
fn clone(&self) -> WaxedWeatheredChiseledCopper
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WaxedWeatheredChiseledCopper
impl Debug for WaxedWeatheredChiseledCopper
Source§impl From<WaxedWeatheredChiseledCopper> for BlockState
impl From<WaxedWeatheredChiseledCopper> for BlockState
Source§fn from(b: WaxedWeatheredChiseledCopper) -> Self
fn from(b: WaxedWeatheredChiseledCopper) -> Self
Converts to this type from the input type.
Source§impl PartialEq for WaxedWeatheredChiseledCopper
impl PartialEq for WaxedWeatheredChiseledCopper
Source§fn eq(&self, other: &WaxedWeatheredChiseledCopper) -> bool
fn eq(&self, other: &WaxedWeatheredChiseledCopper) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for WaxedWeatheredChiseledCopper
impl StructuralPartialEq for WaxedWeatheredChiseledCopper
Auto Trait Implementations§
impl Freeze for WaxedWeatheredChiseledCopper
impl RefUnwindSafe for WaxedWeatheredChiseledCopper
impl Send for WaxedWeatheredChiseledCopper
impl Sync for WaxedWeatheredChiseledCopper
impl Unpin for WaxedWeatheredChiseledCopper
impl UnwindSafe for WaxedWeatheredChiseledCopper
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