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