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