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