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.
Source§impl<'__input> XmlRead<'__input> for EndnoteRef
impl<'__input> XmlRead<'__input> for EndnoteRef
Auto Trait Implementations§
impl Freeze for EndnoteRef
impl RefUnwindSafe for EndnoteRef
impl Send for EndnoteRef
impl Sync for EndnoteRef
impl Unpin for EndnoteRef
impl UnwindSafe for EndnoteRef
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