Enum azalea_block::WheatAge
source · [−]pub enum WheatAge {
_0,
_1,
_2,
_3,
_4,
_5,
_6,
_7,
}Variants
_0
_1
_2
_3
_4
_5
_6
_7
Trait Implementations
impl Copy for WheatAge
Auto Trait Implementations
impl RefUnwindSafe for WheatAge
impl Send for WheatAge
impl Sync for WheatAge
impl Unpin for WheatAge
impl UnwindSafe for WheatAge
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