Enum show_notes::e011::Expressive
source · pub enum Expressive {
Ridiculously,
PrettyDarn,
Fairly,
SortOf,
Barely,
NotEvenALittle,
}
Expand description
Is the thing “expressive”, whatever that means?
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Expressive
impl RefUnwindSafe for Expressive
impl Send for Expressive
impl Sync for Expressive
impl Unpin for Expressive
impl UnwindSafe for Expressive
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