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