Struct NodeFootnoteReference

struct NodeFootnoteReference { ... }

The metadata of a footnote reference.

Fields

name: String

The name of the footnote.

ref_num: u32

The index of reference to the same footnote

ix: u32

The index of the footnote in the document.

Implementations

impl Clone for NodeFootnoteReference

fn clone(self: &Self) -> NodeFootnoteReference

impl Debug for NodeFootnoteReference

fn fmt(self: &Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result

impl Default for NodeFootnoteReference

fn default() -> NodeFootnoteReference

impl Eq for NodeFootnoteReference

impl Freeze for NodeFootnoteReference

impl PartialEq for NodeFootnoteReference

fn eq(self: &Self, other: &NodeFootnoteReference) -> bool

impl RefUnwindSafe for NodeFootnoteReference

impl Send for NodeFootnoteReference

impl StructuralPartialEq for NodeFootnoteReference

impl Sync for NodeFootnoteReference

impl Unpin for NodeFootnoteReference

impl UnwindSafe for NodeFootnoteReference

impl<T> Any for NodeFootnoteReference

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for NodeFootnoteReference

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for NodeFootnoteReference

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for NodeFootnoteReference

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for NodeFootnoteReference

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for NodeFootnoteReference

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T, U> Into for NodeFootnoteReference

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for NodeFootnoteReference

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for NodeFootnoteReference

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>