pub enum Peak {
Low,
High,
}
Variants§
Trait Implementations§
impl Copy for Peak
impl StructuralPartialEq for Peak
Auto Trait Implementations§
impl Freeze for Peak
impl RefUnwindSafe for Peak
impl Send for Peak
impl Sync for Peak
impl Unpin for Peak
impl UnwindSafe for Peak
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