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