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