Struct NodeFootnoteDefinition

struct NodeFootnoteDefinition { ... }

The metadata of a footnote definition.

Fields

name: String

The name of the footnote.

total_references: u32

Total number of references to this footnote

Implementations

impl Clone for NodeFootnoteDefinition

fn clone(self: &Self) -> NodeFootnoteDefinition

impl Debug for NodeFootnoteDefinition

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

impl Default for NodeFootnoteDefinition

fn default() -> NodeFootnoteDefinition

impl Eq for NodeFootnoteDefinition

impl Freeze for NodeFootnoteDefinition

impl PartialEq for NodeFootnoteDefinition

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

impl RefUnwindSafe for NodeFootnoteDefinition

impl Send for NodeFootnoteDefinition

impl StructuralPartialEq for NodeFootnoteDefinition

impl Sync for NodeFootnoteDefinition

impl Unpin for NodeFootnoteDefinition

impl UnwindSafe for NodeFootnoteDefinition

impl<T> Any for NodeFootnoteDefinition

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for NodeFootnoteDefinition

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

impl<T> BorrowMut for NodeFootnoteDefinition

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

impl<T> CloneToUninit for NodeFootnoteDefinition

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

impl<T> From for NodeFootnoteDefinition

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for NodeFootnoteDefinition

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

impl<T, U> Into for NodeFootnoteDefinition

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 NodeFootnoteDefinition

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

impl<T, U> TryInto for NodeFootnoteDefinition

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