pub struct AnnotationOccurrenceRelationship {
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 AnnotationOccurrenceRelationship
impl Clone for AnnotationOccurrenceRelationship
Source§fn clone(&self) -> AnnotationOccurrenceRelationship
fn clone(&self) -> AnnotationOccurrenceRelationship
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 AnnotationOccurrenceRelationship
impl PartialEq for AnnotationOccurrenceRelationship
Source§fn eq(&self, other: &AnnotationOccurrenceRelationship) -> bool
fn eq(&self, other: &AnnotationOccurrenceRelationship) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AnnotationOccurrenceRelationship
Auto Trait Implementations§
impl Freeze for AnnotationOccurrenceRelationship
impl RefUnwindSafe for AnnotationOccurrenceRelationship
impl Send for AnnotationOccurrenceRelationship
impl Sync for AnnotationOccurrenceRelationship
impl Unpin for AnnotationOccurrenceRelationship
impl UnsafeUnpin for AnnotationOccurrenceRelationship
impl UnwindSafe for AnnotationOccurrenceRelationship
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