pub enum CherrySaplingStage {
_0 = 0,
_1 = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for CherrySaplingStage
impl Clone for CherrySaplingStage
Source§fn clone(&self) -> CherrySaplingStage
fn clone(&self) -> CherrySaplingStage
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 CherrySaplingStage
impl Debug for CherrySaplingStage
Source§impl From<u32> for CherrySaplingStage
impl From<u32> for CherrySaplingStage
Source§impl PartialEq for CherrySaplingStage
impl PartialEq for CherrySaplingStage
Source§impl Property for CherrySaplingStage
impl Property for CherrySaplingStage
type Value = CherrySaplingStage
fn try_from_block_state(block_state: BlockState) -> Option<Self::Value>
impl Copy for CherrySaplingStage
impl Eq for CherrySaplingStage
impl StructuralPartialEq for CherrySaplingStage
Auto Trait Implementations§
impl Freeze for CherrySaplingStage
impl RefUnwindSafe for CherrySaplingStage
impl Send for CherrySaplingStage
impl Sync for CherrySaplingStage
impl Unpin for CherrySaplingStage
impl UnwindSafe for CherrySaplingStage
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)