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