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