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