pub enum NetherWartAge {
_0 = 0,
_1 = 1,
_2 = 2,
_3 = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for NetherWartAge
impl Clone for NetherWartAge
Source§fn clone(&self) -> NetherWartAge
fn clone(&self) -> NetherWartAge
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 NetherWartAge
impl Debug for NetherWartAge
Source§impl From<u32> for NetherWartAge
impl From<u32> for NetherWartAge
Source§impl PartialEq for NetherWartAge
impl PartialEq for NetherWartAge
Source§impl Property for NetherWartAge
impl Property for NetherWartAge
type Value = NetherWartAge
fn try_from_block_state(block_state: BlockState) -> Option<Self::Value>
impl Copy for NetherWartAge
impl Eq for NetherWartAge
impl StructuralPartialEq for NetherWartAge
Auto Trait Implementations§
impl Freeze for NetherWartAge
impl RefUnwindSafe for NetherWartAge
impl Send for NetherWartAge
impl Sync for NetherWartAge
impl Unpin for NetherWartAge
impl UnwindSafe for NetherWartAge
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
)