pub enum SecurityClassificationRefView<'m> {
SecurityClassification(&'m SecurityClassification),
}Variants§
SecurityClassification(&'m SecurityClassification)
Trait Implementations§
Source§impl<'m> Clone for SecurityClassificationRefView<'m>
impl<'m> Clone for SecurityClassificationRefView<'m>
Source§fn clone(&self) -> SecurityClassificationRefView<'m>
fn clone(&self) -> SecurityClassificationRefView<'m>
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<'m> Copy for SecurityClassificationRefView<'m>
Auto Trait Implementations§
impl<'m> Freeze for SecurityClassificationRefView<'m>
impl<'m> RefUnwindSafe for SecurityClassificationRefView<'m>
impl<'m> Send for SecurityClassificationRefView<'m>
impl<'m> Sync for SecurityClassificationRefView<'m>
impl<'m> Unpin for SecurityClassificationRefView<'m>
impl<'m> UnsafeUnpin for SecurityClassificationRefView<'m>
impl<'m> UnwindSafe for SecurityClassificationRefView<'m>
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