Struct ruststep::ap203::config_control_design::ApplicationProtocolDefinition [−][src]
pub struct ApplicationProtocolDefinition {
pub status: Label,
pub application_interpreted_model_schema_name: Label,
pub application_protocol_year: YearNumber,
pub application: ApplicationContext,
}
Fields
status: Label
application_interpreted_model_schema_name: Label
application_protocol_year: YearNumber
application: ApplicationContext
Implementations
pub fn new(
status: Label,
application_interpreted_model_schema_name: Label,
application_protocol_year: YearNumber,
application: ApplicationContext
) -> Self
pub fn new(
status: Label,
application_interpreted_model_schema_name: Label,
application_protocol_year: YearNumber,
application: ApplicationContext
) -> Self
Constructs a new ApplicationProtocolDefinition
.
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 Send for ApplicationProtocolDefinition
impl Sync for ApplicationProtocolDefinition
impl Unpin for ApplicationProtocolDefinition
impl UnwindSafe for ApplicationProtocolDefinition
Blanket Implementations
Mutably borrows from an owned value. Read more