Struct ruststep::ap203::config_control_design::SecurityClassificationHolder [−][src]
pub struct SecurityClassificationHolder {
pub name: PlaceHolder<LabelHolder>,
pub purpose: PlaceHolder<TextHolder>,
pub security_level: PlaceHolder<SecurityClassificationLevelHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
name: PlaceHolder<LabelHolder>
purpose: PlaceHolder<TextHolder>
security_level: PlaceHolder<SecurityClassificationLevelHolder>
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<SecurityClassification>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<SecurityClassification>> + 'table>
Get owned entities as an iterator
type Owned = SecurityClassification
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = SecurityClassificationHolderVisitor
Auto Trait Implementations
impl Send for SecurityClassificationHolder
impl Sync for SecurityClassificationHolder
impl Unpin for SecurityClassificationHolder
impl UnwindSafe for SecurityClassificationHolder
Blanket Implementations
Mutably borrows from an owned value. Read more