pub enum ClassificationAuthorityType {
DEFAULT,
O,
D,
M,
}
Expand description
Classification authority
Variants§
DEFAULT
Default, one space
O
Original classification authority
D
Derivative from a single source
M
Derivative from multiple sources
Trait Implementations§
Source§impl Clone for ClassificationAuthorityType
impl Clone for ClassificationAuthorityType
Source§fn clone(&self) -> ClassificationAuthorityType
fn clone(&self) -> ClassificationAuthorityType
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 ClassificationAuthorityType
impl Debug for ClassificationAuthorityType
Source§impl Default for ClassificationAuthorityType
impl Default for ClassificationAuthorityType
Source§fn default() -> ClassificationAuthorityType
fn default() -> ClassificationAuthorityType
Returns the “default value” for a type. Read more
Source§impl Ord for ClassificationAuthorityType
impl Ord for ClassificationAuthorityType
Source§fn cmp(&self, other: &ClassificationAuthorityType) -> Ordering
fn cmp(&self, other: &ClassificationAuthorityType) -> 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 ClassificationAuthorityType
impl PartialOrd for ClassificationAuthorityType
impl Copy for ClassificationAuthorityType
impl Eq for ClassificationAuthorityType
impl StructuralPartialEq for ClassificationAuthorityType
Auto Trait Implementations§
impl Freeze for ClassificationAuthorityType
impl RefUnwindSafe for ClassificationAuthorityType
impl Send for ClassificationAuthorityType
impl Sync for ClassificationAuthorityType
impl Unpin for ClassificationAuthorityType
impl UnwindSafe for ClassificationAuthorityType
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