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