pub enum SecurityClassificationLevelRef {
SecurityClassificationLevel(SecurityClassificationLevelId),
}Variants§
SecurityClassificationLevel(SecurityClassificationLevelId)
Implementations§
Source§impl SecurityClassificationLevelRef
impl SecurityClassificationLevelRef
pub fn resolve<'m>( &self, model: &'m StepModel, ) -> SecurityClassificationLevelRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for SecurityClassificationLevelRef
impl Clone for SecurityClassificationLevelRef
Source§fn clone(&self) -> SecurityClassificationLevelRef
fn clone(&self) -> SecurityClassificationLevelRef
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 PartialEq for SecurityClassificationLevelRef
impl PartialEq for SecurityClassificationLevelRef
Source§fn eq(&self, other: &SecurityClassificationLevelRef) -> bool
fn eq(&self, other: &SecurityClassificationLevelRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SecurityClassificationLevelRef
Auto Trait Implementations§
impl Freeze for SecurityClassificationLevelRef
impl RefUnwindSafe for SecurityClassificationLevelRef
impl Send for SecurityClassificationLevelRef
impl Sync for SecurityClassificationLevelRef
impl Unpin for SecurityClassificationLevelRef
impl UnsafeUnpin for SecurityClassificationLevelRef
impl UnwindSafe for SecurityClassificationLevelRef
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