Struct ruststep::ap201::explicit_draughting::DraughtingModel [−][src]
pub struct DraughtingModel {
pub representation: Representation,
}
Fields
representation: Representation
Implementations
Constructs a new DraughtingModel
.
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 DraughtingModel
impl Send for DraughtingModel
impl Sync for DraughtingModel
impl Unpin for DraughtingModel
impl UnwindSafe for DraughtingModel
Blanket Implementations
Mutably borrows from an owned value. Read more