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