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