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