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