Struct ruststep::ap203::config_control_design::SecurityClassificationAssignment [−][src]
pub struct SecurityClassificationAssignment {
pub assigned_security_classification: SecurityClassification,
}
Fields
assigned_security_classification: SecurityClassification
Implementations
Constructs a new SecurityClassificationAssignment
.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
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 Send for SecurityClassificationAssignment
impl Sync for SecurityClassificationAssignment
impl Unpin for SecurityClassificationAssignment
Blanket Implementations
Mutably borrows from an owned value. Read more