[][src]Enum document_tree::element_categories::SubFootnote

pub enum SubFootnote {
    Label(Box<Label>),
    BodyElement(Box<BodyElement>),
}

Variants

Label(Box<Label>)
BodyElement(Box<BodyElement>)

Trait Implementations

impl Clone for SubFootnote[src]

impl Debug for SubFootnote[src]

impl HasChildren<SubFootnote> for Footnote[src]

impl HasChildren<SubFootnote> for Citation[src]

impl Into<SubFootnote> for Paragraph[src]

impl Into<SubFootnote> for LiteralBlock[src]

impl Into<SubFootnote> for Image[src]

impl Into<SubFootnote> for Compound[src]

impl Into<SubFootnote> for Container[src]

impl Into<SubFootnote> for BulletList[src]

impl Into<SubFootnote> for EnumeratedList[src]

impl Into<SubFootnote> for DefinitionList[src]

impl Into<SubFootnote> for FieldList[src]

impl Into<SubFootnote> for OptionList[src]

impl Into<SubFootnote> for LineBlock[src]

impl Into<SubFootnote> for BlockQuote[src]

impl Into<SubFootnote> for DoctestBlock[src]

impl Into<SubFootnote> for Admonition[src]

impl Into<SubFootnote> for Attention[src]

impl Into<SubFootnote> for Hint[src]

impl Into<SubFootnote> for Note[src]

impl Into<SubFootnote> for Caution[src]

impl Into<SubFootnote> for Danger[src]

impl Into<SubFootnote> for Error[src]

impl Into<SubFootnote> for Important[src]

impl Into<SubFootnote> for Tip[src]

impl Into<SubFootnote> for Warning[src]

impl Into<SubFootnote> for MathBlock[src]

impl Into<SubFootnote> for Footnote[src]

impl Into<SubFootnote> for Citation[src]

impl Into<SubFootnote> for SystemMessage[src]

impl Into<SubFootnote> for Figure[src]

impl Into<SubFootnote> for Table[src]

impl Into<SubFootnote> for Label[src]

impl Into<SubFootnote> for BodyElement[src]

impl Into<SubFootnote> for Rubric[src]

impl Into<SubFootnote> for SubstitutionDefinition[src]

impl Into<SubFootnote> for Comment[src]

impl Into<SubFootnote> for Pending[src]

impl Into<SubFootnote> for Target[src]

impl Into<SubFootnote> for Raw[src]

impl PartialEq<SubFootnote> for SubFootnote[src]

impl Serialize for SubFootnote[src]

impl StructuralPartialEq for SubFootnote[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.