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