pub enum Vibe {
Clean,
Feral,
}Expand description
Clean by-the-book output, or feral.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Vibe
impl RefUnwindSafe for Vibe
impl Send for Vibe
impl Sync for Vibe
impl Unpin for Vibe
impl UnsafeUnpin for Vibe
impl UnwindSafe for Vibe
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