Struct ruststep::ap201::explicit_draughting::DraughtingSecurityClassificationAssignment [−][src]
pub struct DraughtingSecurityClassificationAssignment {
pub security_classification_assignment: SecurityClassificationAssignment,
pub assigned_items: Vec<ClassifiedItem>,
}
Fields
security_classification_assignment: SecurityClassificationAssignment
assigned_items: Vec<ClassifiedItem>
Implementations
pub fn new(
security_classification_assignment: SecurityClassificationAssignment,
assigned_items: Vec<ClassifiedItem>
) -> Self
pub fn new(
security_classification_assignment: SecurityClassificationAssignment,
assigned_items: Vec<ClassifiedItem>
) -> Self
Constructs a new DraughtingSecurityClassificationAssignment
.
Methods from Deref<Target = SecurityClassificationAssignment>
Trait Implementations
Performs the conversion.
Performs the conversion.
The resulting type after dereferencing.
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
Blanket Implementations
Mutably borrows from an owned value. Read more