pub enum DeclassificationExemption {
Show 20 variants
DEFAULT,
DExX1,
DExX2,
DExX3,
DExX4,
DExX5,
DExX6,
DExX7,
DExX8,
DEx25X1,
DEx25X2,
DEx25X3,
DEx25X4,
DEx25X5,
DEx25X6,
DEx25X7,
DEx25X8,
DEx25X9,
DExDN10,
DExDNI,
}
Expand description
Declassification exemption
Variants§
DEFAULT
Default value, four spaces
DExX1
Valid values
DExX2
DExX3
DExX4
DExX5
DExX6
DExX7
DExX8
DEx25X1
DEx25X2
DEx25X3
DEx25X4
DEx25X5
DEx25X6
DEx25X7
DEx25X8
DEx25X9
DExDN10
DExDNI
Trait Implementations§
Source§impl Clone for DeclassificationExemption
impl Clone for DeclassificationExemption
Source§fn clone(&self) -> DeclassificationExemption
fn clone(&self) -> DeclassificationExemption
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 DeclassificationExemption
impl Debug for DeclassificationExemption
Source§impl Default for DeclassificationExemption
impl Default for DeclassificationExemption
Source§fn default() -> DeclassificationExemption
fn default() -> DeclassificationExemption
Returns the “default value” for a type. Read more
Source§impl Display for DeclassificationExemption
impl Display for DeclassificationExemption
Source§impl FromStr for DeclassificationExemption
impl FromStr for DeclassificationExemption
Source§impl Ord for DeclassificationExemption
impl Ord for DeclassificationExemption
Source§fn cmp(&self, other: &DeclassificationExemption) -> Ordering
fn cmp(&self, other: &DeclassificationExemption) -> 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 PartialOrd for DeclassificationExemption
impl PartialOrd for DeclassificationExemption
impl Copy for DeclassificationExemption
impl Eq for DeclassificationExemption
impl StructuralPartialEq for DeclassificationExemption
Auto Trait Implementations§
impl Freeze for DeclassificationExemption
impl RefUnwindSafe for DeclassificationExemption
impl Send for DeclassificationExemption
impl Sync for DeclassificationExemption
impl Unpin for DeclassificationExemption
impl UnwindSafe for DeclassificationExemption
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