pub struct SecurityClassificationLevel {
pub name: String,
}Fields§
§name: StringTrait Implementations§
Source§impl Clone for SecurityClassificationLevel
impl Clone for SecurityClassificationLevel
Source§fn clone(&self) -> SecurityClassificationLevel
fn clone(&self) -> SecurityClassificationLevel
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 SecurityClassificationLevel
impl Debug for SecurityClassificationLevel
Source§impl PartialEq for SecurityClassificationLevel
impl PartialEq for SecurityClassificationLevel
Source§fn eq(&self, other: &SecurityClassificationLevel) -> bool
fn eq(&self, other: &SecurityClassificationLevel) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SecurityClassificationLevel
Auto Trait Implementations§
impl Freeze for SecurityClassificationLevel
impl RefUnwindSafe for SecurityClassificationLevel
impl Send for SecurityClassificationLevel
impl Sync for SecurityClassificationLevel
impl Unpin for SecurityClassificationLevel
impl UnsafeUnpin for SecurityClassificationLevel
impl UnwindSafe for SecurityClassificationLevel
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