Struct ruststep::ap203::config_control_design::SecurityClassification [−][src]
pub struct SecurityClassification {
pub name: Label,
pub purpose: Text,
pub security_level: SecurityClassificationLevel,
}
Fields
name: Label
purpose: Text
security_level: SecurityClassificationLevel
Implementations
Constructs a new SecurityClassification
.
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 SecurityClassification
impl Send for SecurityClassification
impl Sync for SecurityClassification
impl Unpin for SecurityClassification
impl UnwindSafe for SecurityClassification
Blanket Implementations
Mutably borrows from an owned value. Read more