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