pub struct FaultLevel(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl Clone for FaultLevel
impl Clone for FaultLevel
Source§fn clone(&self) -> FaultLevel
fn clone(&self) -> FaultLevel
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 FaultLevel
impl Debug for FaultLevel
Source§impl Default for FaultLevel
impl Default for FaultLevel
Source§fn default() -> FaultLevel
fn default() -> FaultLevel
Returns the “default value” for a type. Read more
Source§impl Display for FaultLevel
impl Display for FaultLevel
Source§impl Error for FaultLevel
impl Error for FaultLevel
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl Hash for FaultLevel
impl Hash for FaultLevel
Source§impl Ord for FaultLevel
impl Ord for FaultLevel
Source§fn cmp(&self, other: &FaultLevel) -> Ordering
fn cmp(&self, other: &FaultLevel) -> 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 FaultLevel
impl PartialEq for FaultLevel
Source§impl PartialOrd for FaultLevel
impl PartialOrd for FaultLevel
impl Copy for FaultLevel
impl Eq for FaultLevel
impl StructuralPartialEq for FaultLevel
Auto Trait Implementations§
impl Freeze for FaultLevel
impl RefUnwindSafe for FaultLevel
impl Send for FaultLevel
impl Sync for FaultLevel
impl Unpin for FaultLevel
impl UnsafeUnpin for FaultLevel
impl UnwindSafe for FaultLevel
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