pub struct SecurityClassificationLevelId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for SecurityClassificationLevelId
impl Clone for SecurityClassificationLevelId
Source§fn clone(&self) -> SecurityClassificationLevelId
fn clone(&self) -> SecurityClassificationLevelId
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 moreimpl Copy for SecurityClassificationLevelId
impl Eq for SecurityClassificationLevelId
Source§impl Hash for SecurityClassificationLevelId
impl Hash for SecurityClassificationLevelId
Source§impl PartialEq for SecurityClassificationLevelId
impl PartialEq for SecurityClassificationLevelId
Source§fn eq(&self, other: &SecurityClassificationLevelId) -> bool
fn eq(&self, other: &SecurityClassificationLevelId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SecurityClassificationLevelId
Auto Trait Implementations§
impl Freeze for SecurityClassificationLevelId
impl RefUnwindSafe for SecurityClassificationLevelId
impl Send for SecurityClassificationLevelId
impl Sync for SecurityClassificationLevelId
impl Unpin for SecurityClassificationLevelId
impl UnsafeUnpin for SecurityClassificationLevelId
impl UnwindSafe for SecurityClassificationLevelId
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