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