pub enum OnOffOnfault {
On,
Off,
Onfault,
}Variants§
Trait Implementations§
Source§impl Clone for OnOffOnfault
impl Clone for OnOffOnfault
Source§fn clone(&self) -> OnOffOnfault
fn clone(&self) -> OnOffOnfault
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OnOffOnfault
impl Debug for OnOffOnfault
Source§impl Hash for OnOffOnfault
impl Hash for OnOffOnfault
Source§impl Ord for OnOffOnfault
impl Ord for OnOffOnfault
Source§fn cmp(&self, other: &OnOffOnfault) -> Ordering
fn cmp(&self, other: &OnOffOnfault) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for OnOffOnfault
impl PartialEq for OnOffOnfault
Source§impl PartialOrd for OnOffOnfault
impl PartialOrd for OnOffOnfault
impl Eq for OnOffOnfault
impl StructuralPartialEq for OnOffOnfault
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