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