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