Struct docx_rust::document::AnnotationRef
source · pub struct AnnotationRef;
Trait Implementations§
source§impl Clone for AnnotationRef
impl Clone for AnnotationRef
source§fn clone(&self) -> AnnotationRef
fn clone(&self) -> AnnotationRef
Returns a copy of the value. Read more
1.0.0 · 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 AnnotationRef
impl Debug for AnnotationRef
source§impl Default for AnnotationRef
impl Default for AnnotationRef
source§fn default() -> AnnotationRef
fn default() -> AnnotationRef
Returns the “default value” for a type. Read more
source§impl<'a> From<AnnotationRef> for RunContent<'a>
impl<'a> From<AnnotationRef> for RunContent<'a>
source§fn from(original: AnnotationRef) -> RunContent<'a>
fn from(original: AnnotationRef) -> RunContent<'a>
Converts to this type from the input type.