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