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