pub enum DeclassificationType {
DEFAULT,
DD,
DE,
GD,
GE,
O,
X,
}
Expand description
Declassification codes
Variants§
DEFAULT
Default value, two spaces
DD
Declassify on specific date
DE
Declassify on occurrence of event
GD
Downgrade to specified level on specific date
GE
Downgrade to specified level on occurrence of event
O
OADR
X
Exempt from automatic declassification
Trait Implementations§
Source§impl Clone for DeclassificationType
impl Clone for DeclassificationType
Source§fn clone(&self) -> DeclassificationType
fn clone(&self) -> DeclassificationType
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 DeclassificationType
impl Debug for DeclassificationType
Source§impl Default for DeclassificationType
impl Default for DeclassificationType
Source§fn default() -> DeclassificationType
fn default() -> DeclassificationType
Returns the “default value” for a type. Read more
Source§impl Display for DeclassificationType
impl Display for DeclassificationType
Source§impl FromStr for DeclassificationType
impl FromStr for DeclassificationType
Source§impl Ord for DeclassificationType
impl Ord for DeclassificationType
Source§fn cmp(&self, other: &DeclassificationType) -> Ordering
fn cmp(&self, other: &DeclassificationType) -> 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 DeclassificationType
impl PartialEq for DeclassificationType
Source§impl PartialOrd for DeclassificationType
impl PartialOrd for DeclassificationType
impl Copy for DeclassificationType
impl Eq for DeclassificationType
impl StructuralPartialEq for DeclassificationType
Auto Trait Implementations§
impl Freeze for DeclassificationType
impl RefUnwindSafe for DeclassificationType
impl Send for DeclassificationType
impl Sync for DeclassificationType
impl Unpin for DeclassificationType
impl UnwindSafe for DeclassificationType
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