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