Struct ruststep::ap203::config_control_design::CertificationAssignment [−][src]
pub struct CertificationAssignment {
pub assigned_certification: Certification,
}
Fields
assigned_certification: Certification
Implementations
Constructs a new CertificationAssignment
.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
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
impl RefUnwindSafe for CertificationAssignment
impl Send for CertificationAssignment
impl Sync for CertificationAssignment
impl Unpin for CertificationAssignment
impl UnwindSafe for CertificationAssignment
Blanket Implementations
Mutably borrows from an owned value. Read more