pub struct DiamondBlock;
Trait Implementations§
Source§impl BlockTrait for DiamondBlock
impl BlockTrait for DiamondBlock
fn behavior(&self) -> BlockBehavior
Source§fn as_block_state(&self) -> BlockState
fn as_block_state(&self) -> BlockState
Convert the block to a block state. Read more
Source§fn as_registry_block(&self) -> Block
fn as_registry_block(&self) -> Block
Convert the block to an
azalea_registry::Block
. Read moreSource§impl Clone for DiamondBlock
impl Clone for DiamondBlock
Source§fn clone(&self) -> DiamondBlock
fn clone(&self) -> DiamondBlock
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DiamondBlock
impl Debug for DiamondBlock
Source§impl Default for DiamondBlock
impl Default for DiamondBlock
Source§impl From<DiamondBlock> for BlockState
impl From<DiamondBlock> for BlockState
Source§fn from(b: DiamondBlock) -> Self
fn from(b: DiamondBlock) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DiamondBlock
impl PartialEq for DiamondBlock
impl Copy for DiamondBlock
impl StructuralPartialEq for DiamondBlock
Auto Trait Implementations§
impl Freeze for DiamondBlock
impl RefUnwindSafe for DiamondBlock
impl Send for DiamondBlock
impl Sync for DiamondBlock
impl Unpin for DiamondBlock
impl UnwindSafe for DiamondBlock
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more