Enum show_notes::e023::Breakfast
source · pub enum Breakfast {
Waffles,
Cereal,
Pancakes,
}
Expand description
Breakfast is eatable, so Breakfast
is Eatable
!
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Breakfast
impl RefUnwindSafe for Breakfast
impl Send for Breakfast
impl Sync for Breakfast
impl Unpin for Breakfast
impl UnwindSafe for Breakfast
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