#[non_exhaustive]pub enum SarIdentifier {}Expand description
Special Access Required identifiers. Empty in ISM-v2022-DEC public CVE.
Implementations§
Trait Implementations§
Source§impl Clone for SarIdentifier
impl Clone for SarIdentifier
Source§fn clone(&self) -> SarIdentifier
fn clone(&self) -> SarIdentifier
Returns a duplicate of the value. Read more
1.0.0 · 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 SarIdentifier
impl Debug for SarIdentifier
Source§impl Display for SarIdentifier
impl Display for SarIdentifier
Source§impl Hash for SarIdentifier
impl Hash for SarIdentifier
Source§impl Ord for SarIdentifier
impl Ord for SarIdentifier
Source§fn cmp(&self, other: &SarIdentifier) -> Ordering
fn cmp(&self, other: &SarIdentifier) -> Ordering
1.21.0 · 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 SarIdentifier
impl PartialEq for SarIdentifier
Source§impl PartialOrd for SarIdentifier
impl PartialOrd for SarIdentifier
impl Copy for SarIdentifier
impl Eq for SarIdentifier
impl StructuralPartialEq for SarIdentifier
Auto Trait Implementations§
impl Freeze for SarIdentifier
impl RefUnwindSafe for SarIdentifier
impl Send for SarIdentifier
impl Sync for SarIdentifier
impl Unpin for SarIdentifier
impl UnsafeUnpin for SarIdentifier
impl UnwindSafe for SarIdentifier
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