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