Struct azalea_block::DeepslateDiamondOreBlock
source · [−]pub struct DeepslateDiamondOreBlock {}Trait Implementations
sourceimpl Block for DeepslateDiamondOreBlock
impl Block for DeepslateDiamondOreBlock
sourceimpl Clone for DeepslateDiamondOreBlock
impl Clone for DeepslateDiamondOreBlock
sourcefn clone(&self) -> DeepslateDiamondOreBlock
fn clone(&self) -> DeepslateDiamondOreBlock
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 DeepslateDiamondOreBlock
impl Debug for DeepslateDiamondOreBlock
sourceimpl Default for DeepslateDiamondOreBlock
impl Default for DeepslateDiamondOreBlock
sourceimpl From<DeepslateDiamondOreBlock> for BlockState
impl From<DeepslateDiamondOreBlock> for BlockState
sourcefn from(b: DeepslateDiamondOreBlock) -> Self
fn from(b: DeepslateDiamondOreBlock) -> Self
Converts to this type from the input type.
impl Copy for DeepslateDiamondOreBlock
Auto Trait Implementations
impl RefUnwindSafe for DeepslateDiamondOreBlock
impl Send for DeepslateDiamondOreBlock
impl Sync for DeepslateDiamondOreBlock
impl Unpin for DeepslateDiamondOreBlock
impl UnwindSafe for DeepslateDiamondOreBlock
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