Struct ruststep::ap201::explicit_draughting::RepresentationContext [−][src]
pub struct RepresentationContext {
pub context_identifier: Identifier,
pub context_type: Text,
}
Fields
context_identifier: Identifier
context_type: Text
Implementations
Constructs a new RepresentationContext
.
Trait Implementations
Performs the conversion.
Performs the conversion.
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 RepresentationContext
impl Send for RepresentationContext
impl Sync for RepresentationContext
impl Unpin for RepresentationContext
impl UnwindSafe for RepresentationContext
Blanket Implementations
Mutably borrows from an owned value. Read more