Enum azalea_block::BirchSaplingStage
source · [−]pub enum BirchSaplingStage {
_0,
_1,
}Variants
_0
_1
Trait Implementations
sourceimpl Clone for BirchSaplingStage
impl Clone for BirchSaplingStage
sourcefn clone(&self) -> BirchSaplingStage
fn clone(&self) -> BirchSaplingStage
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 BirchSaplingStage
impl Debug for BirchSaplingStage
sourceimpl From<usize> for BirchSaplingStage
impl From<usize> for BirchSaplingStage
impl Copy for BirchSaplingStage
Auto Trait Implementations
impl RefUnwindSafe for BirchSaplingStage
impl Send for BirchSaplingStage
impl Sync for BirchSaplingStage
impl Unpin for BirchSaplingStage
impl UnwindSafe for BirchSaplingStage
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