pub enum AlarmCode {
PowerFailure,
Overflow,
Block,
Overpressure,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AlarmCode
impl RefUnwindSafe for AlarmCode
impl Send for AlarmCode
impl Sync for AlarmCode
impl Unpin for AlarmCode
impl UnsafeUnpin for AlarmCode
impl UnwindSafe for AlarmCode
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