pub struct AnnotationOccurrenceAssociativity {
pub name: String,
pub description: String,
pub relating_annotation_occurrence: AnnotationOccurrenceRef,
pub related_annotation_occurrence: AnnotationOccurrenceRef,
}Fields§
§name: String§description: String§relating_annotation_occurrence: AnnotationOccurrenceRefTrait Implementations§
Source§impl Clone for AnnotationOccurrenceAssociativity
impl Clone for AnnotationOccurrenceAssociativity
Source§fn clone(&self) -> AnnotationOccurrenceAssociativity
fn clone(&self) -> AnnotationOccurrenceAssociativity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for AnnotationOccurrenceAssociativity
impl PartialEq for AnnotationOccurrenceAssociativity
Source§fn eq(&self, other: &AnnotationOccurrenceAssociativity) -> bool
fn eq(&self, other: &AnnotationOccurrenceAssociativity) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AnnotationOccurrenceAssociativity
Auto Trait Implementations§
impl Freeze for AnnotationOccurrenceAssociativity
impl RefUnwindSafe for AnnotationOccurrenceAssociativity
impl Send for AnnotationOccurrenceAssociativity
impl Sync for AnnotationOccurrenceAssociativity
impl Unpin for AnnotationOccurrenceAssociativity
impl UnsafeUnpin for AnnotationOccurrenceAssociativity
impl UnwindSafe for AnnotationOccurrenceAssociativity
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more