#[non_exhaustive]pub enum ExemptFrom {
Ic710MandatoryFdr,
DodDistroStatement,
}Expand description
Exempt-from rule sets from CVEnumISMExemptFrom.xml.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Ic710MandatoryFdr
Document claims exemption from ICD-710 rules mandating the
DodDistroStatement
Document claims exemption from the rules in DoD5230.24
Implementations§
Trait Implementations§
Source§impl Clone for ExemptFrom
impl Clone for ExemptFrom
Source§fn clone(&self) -> ExemptFrom
fn clone(&self) -> ExemptFrom
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 ExemptFrom
impl Debug for ExemptFrom
Source§impl Display for ExemptFrom
impl Display for ExemptFrom
Source§impl Hash for ExemptFrom
impl Hash for ExemptFrom
Source§impl Ord for ExemptFrom
impl Ord for ExemptFrom
Source§fn cmp(&self, other: &ExemptFrom) -> Ordering
fn cmp(&self, other: &ExemptFrom) -> 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 ExemptFrom
impl PartialEq for ExemptFrom
Source§impl PartialOrd for ExemptFrom
impl PartialOrd for ExemptFrom
impl Copy for ExemptFrom
impl Eq for ExemptFrom
impl StructuralPartialEq for ExemptFrom
Auto Trait Implementations§
impl Freeze for ExemptFrom
impl RefUnwindSafe for ExemptFrom
impl Send for ExemptFrom
impl Sync for ExemptFrom
impl Unpin for ExemptFrom
impl UnsafeUnpin for ExemptFrom
impl UnwindSafe for ExemptFrom
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