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