pub struct MetadataClassification {
pub class: HostClass,
pub employer: Option<String>,
pub retention: Option<String>,
pub primary_identity: Option<String>,
}Fields§
§class: HostClass§employer: Option<String>§retention: Option<String>§primary_identity: Option<String>Trait Implementations§
Source§impl Clone for MetadataClassification
impl Clone for MetadataClassification
Source§fn clone(&self) -> MetadataClassification
fn clone(&self) -> MetadataClassification
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MetadataClassification
impl Debug for MetadataClassification
impl Eq for MetadataClassification
Source§impl PartialEq for MetadataClassification
impl PartialEq for MetadataClassification
Source§fn eq(&self, other: &MetadataClassification) -> bool
fn eq(&self, other: &MetadataClassification) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for MetadataClassification
impl Serialize for MetadataClassification
impl StructuralPartialEq for MetadataClassification
Auto Trait Implementations§
impl Freeze for MetadataClassification
impl RefUnwindSafe for MetadataClassification
impl Send for MetadataClassification
impl Sync for MetadataClassification
impl Unpin for MetadataClassification
impl UnsafeUnpin for MetadataClassification
impl UnwindSafe for MetadataClassification
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§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.