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