Struct ruststep::ap203::config_control_design::DefinitionalRepresentation [−][src]
pub struct DefinitionalRepresentation {
pub representation: Representation,
}
Fields
representation: Representation
Implementations
Constructs a new DefinitionalRepresentation
.
Methods from Deref<Target = Representation>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = Representation
type Target = Representation
The resulting type after dereferencing.
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 DefinitionalRepresentation
impl Send for DefinitionalRepresentation
impl Sync for DefinitionalRepresentation
impl Unpin for DefinitionalRepresentation
impl UnwindSafe for DefinitionalRepresentation
Blanket Implementations
Mutably borrows from an owned value. Read more