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