pub enum ClassificationValue {
Public,
Private,
Confidential,
}Expand description
Classification value (RFC 5545 Section 3.8.1.3)
Variants§
Public
Public classification
Private
Private classification
Confidential
Confidential classification
Trait Implementations§
Source§impl Clone for ClassificationValue
impl Clone for ClassificationValue
Source§fn clone(&self) -> ClassificationValue
fn clone(&self) -> ClassificationValue
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 ClassificationValue
impl Debug for ClassificationValue
Source§impl Default for ClassificationValue
impl Default for ClassificationValue
Source§fn default() -> ClassificationValue
fn default() -> ClassificationValue
Returns the “default value” for a type. Read more
Source§impl Display for ClassificationValue
impl Display for ClassificationValue
Source§impl PartialEq for ClassificationValue
impl PartialEq for ClassificationValue
impl Copy for ClassificationValue
impl Eq for ClassificationValue
impl StructuralPartialEq for ClassificationValue
Auto Trait Implementations§
impl Freeze for ClassificationValue
impl RefUnwindSafe for ClassificationValue
impl Send for ClassificationValue
impl Sync for ClassificationValue
impl Unpin for ClassificationValue
impl UnwindSafe for ClassificationValue
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<'p, T> Seq<'p, T> for Twhere
T: Clone,
impl<'p, T> Seq<'p, T> for Twhere
T: Clone,
Source§impl<T, S> SpanWrap<S> for Twhere
S: WrappingSpan<T>,
impl<T, S> SpanWrap<S> for Twhere
S: WrappingSpan<T>,
Source§fn with_span(self, span: S) -> <S as WrappingSpan<Self>>::Spanned
fn with_span(self, span: S) -> <S as WrappingSpan<Self>>::Spanned
Invokes
WrappingSpan::make_wrapped to wrap an AST node in a span.