pub struct DeepslateCopperOre;
Trait Implementations§
Source§impl BlockTrait for DeepslateCopperOre
impl BlockTrait for DeepslateCopperOre
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 DeepslateCopperOre
impl Clone for DeepslateCopperOre
Source§fn clone(&self) -> DeepslateCopperOre
fn clone(&self) -> DeepslateCopperOre
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 DeepslateCopperOre
impl Debug for DeepslateCopperOre
Source§impl Default for DeepslateCopperOre
impl Default for DeepslateCopperOre
Source§impl From<DeepslateCopperOre> for BlockState
impl From<DeepslateCopperOre> for BlockState
Source§fn from(b: DeepslateCopperOre) -> Self
fn from(b: DeepslateCopperOre) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DeepslateCopperOre
impl PartialEq for DeepslateCopperOre
impl Copy for DeepslateCopperOre
impl StructuralPartialEq for DeepslateCopperOre
Auto Trait Implementations§
impl Freeze for DeepslateCopperOre
impl RefUnwindSafe for DeepslateCopperOre
impl Send for DeepslateCopperOre
impl Sync for DeepslateCopperOre
impl Unpin for DeepslateCopperOre
impl UnwindSafe for DeepslateCopperOre
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