[][src]Struct document_tree::elements::Footnote

pub struct Footnote { /* fields omitted */ }

Methods

impl Footnote[src]

pub fn new(
    common: CommonAttributes,
    extra: Footnote,
    children: Vec<SubFootnote>
) -> Footnote
[src]

Trait Implementations

impl Clone for Footnote[src]

impl Debug for Footnote[src]

impl Default for Footnote[src]

impl Element for Footnote[src]

impl ExtraAttributes<Footnote> for Footnote[src]

impl HasChildren<SubFootnote> for Footnote[src]

impl Into<BodyElement> for Footnote[src]

impl Into<StructuralSubElement> for Footnote[src]

impl Into<SubBlockQuote> for Footnote[src]

impl Into<SubFigure> for Footnote[src]

impl Into<SubFootnote> for Footnote[src]

impl Into<SubSidebar> for Footnote[src]

impl Into<SubStructure> for Footnote[src]

impl Into<SubTopic> for Footnote[src]

impl PartialEq<Footnote> for Footnote[src]

impl Serialize for Footnote[src]

impl StructuralPartialEq for Footnote[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.