Struct ruststep::ap203::config_control_design::Certification [−][src]
pub struct Certification {
pub name: Label,
pub purpose: Text,
pub kind: CertificationType,
}
Fields
name: Label
purpose: Text
kind: CertificationType
Implementations
Constructs a new Certification
.
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 Certification
impl Send for Certification
impl Sync for Certification
impl Unpin for Certification
impl UnwindSafe for Certification
Blanket Implementations
Mutably borrows from an owned value. Read more