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