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