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