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