Struct ruststep::ap203::config_control_design::ActionDirective [−][src]
pub struct ActionDirective {
pub name: Label,
pub description: Text,
pub analysis: Text,
pub comment: Text,
pub requests: Vec<VersionedActionRequest>,
}
Fields
name: Label
description: Text
analysis: Text
comment: Text
requests: Vec<VersionedActionRequest>
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 ActionDirective
impl Send for ActionDirective
impl Sync for ActionDirective
impl Unpin for ActionDirective
impl UnwindSafe for ActionDirective
Blanket Implementations
Mutably borrows from an owned value. Read more