pub enum OnOffOnfault {
On,
Off,
Onfault,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OnOffOnfault
impl RefUnwindSafe for OnOffOnfault
impl Send for OnOffOnfault
impl Sync for OnOffOnfault
impl Unpin for OnOffOnfault
impl UnwindSafe for OnOffOnfault
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