Struct ruststep::ap201::explicit_draughting::SecurityClassificationLevel [−][src]
pub struct SecurityClassificationLevel {
pub name: Label,
}
Fields
name: Label
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for SecurityClassificationLevel
impl Send for SecurityClassificationLevel
impl Sync for SecurityClassificationLevel
impl Unpin for SecurityClassificationLevel
impl UnwindSafe for SecurityClassificationLevel
Blanket Implementations
Mutably borrows from an owned value. Read more