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