pub enum BirchSaplingStage {
_0 = 0,
_1 = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for BirchSaplingStage
impl Clone for BirchSaplingStage
Source§fn clone(&self) -> BirchSaplingStage
fn clone(&self) -> BirchSaplingStage
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BirchSaplingStage
impl Debug for BirchSaplingStage
Source§impl From<u16> for BirchSaplingStage
impl From<u16> for BirchSaplingStage
Source§fn from(value: BlockStateIntegerRepr) -> Self
fn from(value: BlockStateIntegerRepr) -> Self
Converts to this type from the input type.
Source§impl PartialEq for BirchSaplingStage
impl PartialEq for BirchSaplingStage
Source§impl Property for BirchSaplingStage
impl Property for BirchSaplingStage
type Value = BirchSaplingStage
fn try_from_block_state(block_state: BlockState) -> Option<Self::Value>
impl Copy for BirchSaplingStage
impl Eq for BirchSaplingStage
impl StructuralPartialEq for BirchSaplingStage
Auto Trait Implementations§
impl Freeze for BirchSaplingStage
impl RefUnwindSafe for BirchSaplingStage
impl Send for BirchSaplingStage
impl Sync for BirchSaplingStage
impl Unpin for BirchSaplingStage
impl UnwindSafe for BirchSaplingStage
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more