pub struct FaultName(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for FaultName
impl Ord for FaultName
1.21.0 (const: unstable) · 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 PartialOrd for FaultName
impl PartialOrd for FaultName
impl Eq for FaultName
impl StructuralPartialEq for FaultName
Auto Trait Implementations§
impl Freeze for FaultName
impl RefUnwindSafe for FaultName
impl Send for FaultName
impl Sync for FaultName
impl Unpin for FaultName
impl UnsafeUnpin for FaultName
impl UnwindSafe for FaultName
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