pub enum PaleOakSaplingStage {
_0 = 0,
_1 = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for PaleOakSaplingStage
impl Clone for PaleOakSaplingStage
Source§fn clone(&self) -> PaleOakSaplingStage
fn clone(&self) -> PaleOakSaplingStage
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 PaleOakSaplingStage
impl Debug for PaleOakSaplingStage
Source§impl From<u16> for PaleOakSaplingStage
impl From<u16> for PaleOakSaplingStage
Source§fn from(value: BlockStateIntegerRepr) -> Self
fn from(value: BlockStateIntegerRepr) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PaleOakSaplingStage
impl PartialEq for PaleOakSaplingStage
Source§impl Property for PaleOakSaplingStage
impl Property for PaleOakSaplingStage
type Value = PaleOakSaplingStage
fn try_from_block_state(block_state: BlockState) -> Option<Self::Value>
impl Copy for PaleOakSaplingStage
impl Eq for PaleOakSaplingStage
impl StructuralPartialEq for PaleOakSaplingStage
Auto Trait Implementations§
impl Freeze for PaleOakSaplingStage
impl RefUnwindSafe for PaleOakSaplingStage
impl Send for PaleOakSaplingStage
impl Sync for PaleOakSaplingStage
impl Unpin for PaleOakSaplingStage
impl UnwindSafe for PaleOakSaplingStage
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