pub struct SecurityRiskId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for SecurityRiskId
impl Clone for SecurityRiskId
Source§fn clone(&self) -> SecurityRiskId
fn clone(&self) -> SecurityRiskId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SecurityRiskId
impl Debug for SecurityRiskId
Source§impl Display for SecurityRiskId
impl Display for SecurityRiskId
Source§impl FromStr for SecurityRiskId
impl FromStr for SecurityRiskId
Source§impl Hash for SecurityRiskId
impl Hash for SecurityRiskId
Source§impl Ord for SecurityRiskId
impl Ord for SecurityRiskId
Source§fn cmp(&self, other: &SecurityRiskId) -> Ordering
fn cmp(&self, other: &SecurityRiskId) -> Ordering
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 PartialEq for SecurityRiskId
impl PartialEq for SecurityRiskId
Source§fn eq(&self, other: &SecurityRiskId) -> bool
fn eq(&self, other: &SecurityRiskId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SecurityRiskId
impl PartialOrd for SecurityRiskId
Source§impl TryFrom<&str> for SecurityRiskId
impl TryFrom<&str> for SecurityRiskId
impl Eq for SecurityRiskId
impl StructuralPartialEq for SecurityRiskId
Auto Trait Implementations§
impl Freeze for SecurityRiskId
impl RefUnwindSafe for SecurityRiskId
impl Send for SecurityRiskId
impl Sync for SecurityRiskId
impl Unpin for SecurityRiskId
impl UnsafeUnpin for SecurityRiskId
impl UnwindSafe for SecurityRiskId
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