Struct docx_rust::document::EndnoteRef
source · [−]pub struct EndnoteRef;
Trait Implementations
sourceimpl Clone for EndnoteRef
impl Clone for EndnoteRef
sourcefn clone(&self) -> EndnoteRef
fn clone(&self) -> EndnoteRef
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for EndnoteRef
impl Debug for EndnoteRef
sourceimpl Default for EndnoteRef
impl Default for EndnoteRef
sourcefn default() -> EndnoteRef
fn default() -> EndnoteRef
Returns the “default value” for a type. Read more
sourceimpl<'a> From<EndnoteRef> for RunContent<'a>
impl<'a> From<EndnoteRef> for RunContent<'a>
sourcefn from(original: EndnoteRef) -> RunContent<'a>
fn from(original: EndnoteRef) -> RunContent<'a>
Converts to this type from the input type.
sourceimpl<'__input> XmlRead<'__input> for EndnoteRef
impl<'__input> XmlRead<'__input> for EndnoteRef
Auto Trait Implementations
impl RefUnwindSafe for EndnoteRef
impl Send for EndnoteRef
impl Sync for EndnoteRef
impl Unpin for EndnoteRef
impl UnwindSafe for EndnoteRef
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more