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