Enum nitf_rs::types::DeclassificationExemption
source · pub enum DeclassificationExemption {
DEFAULT,
VALID,
}Expand description
Declassification exemption
Variants§
Trait Implementations§
source§impl Clone for DeclassificationExemption
impl Clone for DeclassificationExemption
source§fn clone(&self) -> DeclassificationExemption
fn clone(&self) -> DeclassificationExemption
Returns a copy 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 FromStr for DeclassificationExemption
impl FromStr for DeclassificationExemption
source§impl PartialEq for DeclassificationExemption
impl PartialEq for DeclassificationExemption
source§fn eq(&self, other: &DeclassificationExemption) -> bool
fn eq(&self, other: &DeclassificationExemption) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for DeclassificationExemption
impl StructuralEq for DeclassificationExemption
impl StructuralPartialEq for DeclassificationExemption
Auto Trait Implementations§
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