pub struct FailureId(/* private fields */);Expand description
An opaque identifier used to correlate a redacted failure.
Implementations§
Trait Implementations§
impl Copy for FailureId
impl Eq for FailureId
Source§impl Ord for FailureId
impl Ord for FailureId
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 FailureId
impl PartialOrd for FailureId
impl StructuralPartialEq for FailureId
Auto Trait Implementations§
impl Freeze for FailureId
impl RefUnwindSafe for FailureId
impl Send for FailureId
impl Sync for FailureId
impl Unpin for FailureId
impl UnsafeUnpin for FailureId
impl UnwindSafe for FailureId
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