Enum show_notes::e023::MoarBreakfast
source · pub enum MoarBreakfast {
Waffles,
Cereal,
Pancakes,
FrenchToast,
Bagels,
}
Expand description
Moar Breakfast is even better, so MoarBreakfast
is also Eatable
and Nomable
!
Variants§
Trait Implementations§
source§impl Eatable for MoarBreakfast
impl Eatable for MoarBreakfast
Auto Trait Implementations§
impl Freeze for MoarBreakfast
impl RefUnwindSafe for MoarBreakfast
impl Send for MoarBreakfast
impl Sync for MoarBreakfast
impl Unpin for MoarBreakfast
impl UnwindSafe for MoarBreakfast
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more