[][src]Enum document_tree::element_categories::SubBlockQuote

pub enum SubBlockQuote {
    Attribution(Box<Attribution>),
    BodyElement(Box<BodyElement>),
}

Variants

Attribution(Box<Attribution>)
BodyElement(Box<BodyElement>)

Trait Implementations

impl Clone for SubBlockQuote[src]

impl Debug for SubBlockQuote[src]

impl HasChildren<SubBlockQuote> for BlockQuote[src]

impl Into<SubBlockQuote> for Paragraph[src]

impl Into<SubBlockQuote> for LiteralBlock[src]

impl Into<SubBlockQuote> for Image[src]

impl Into<SubBlockQuote> for Compound[src]

impl Into<SubBlockQuote> for Container[src]

impl Into<SubBlockQuote> for BulletList[src]

impl Into<SubBlockQuote> for EnumeratedList[src]

impl Into<SubBlockQuote> for DefinitionList[src]

impl Into<SubBlockQuote> for FieldList[src]

impl Into<SubBlockQuote> for OptionList[src]

impl Into<SubBlockQuote> for LineBlock[src]

impl Into<SubBlockQuote> for BlockQuote[src]

impl Into<SubBlockQuote> for DoctestBlock[src]

impl Into<SubBlockQuote> for Admonition[src]

impl Into<SubBlockQuote> for Attention[src]

impl Into<SubBlockQuote> for Hint[src]

impl Into<SubBlockQuote> for Note[src]

impl Into<SubBlockQuote> for Caution[src]

impl Into<SubBlockQuote> for Danger[src]

impl Into<SubBlockQuote> for Error[src]

impl Into<SubBlockQuote> for Important[src]

impl Into<SubBlockQuote> for Tip[src]

impl Into<SubBlockQuote> for Warning[src]

impl Into<SubBlockQuote> for MathBlock[src]

impl Into<SubBlockQuote> for Footnote[src]

impl Into<SubBlockQuote> for Citation[src]

impl Into<SubBlockQuote> for SystemMessage[src]

impl Into<SubBlockQuote> for Figure[src]

impl Into<SubBlockQuote> for Table[src]

impl Into<SubBlockQuote> for Attribution[src]

impl Into<SubBlockQuote> for BodyElement[src]

impl Into<SubBlockQuote> for Rubric[src]

impl Into<SubBlockQuote> for SubstitutionDefinition[src]

impl Into<SubBlockQuote> for Comment[src]

impl Into<SubBlockQuote> for Pending[src]

impl Into<SubBlockQuote> for Target[src]

impl Into<SubBlockQuote> for Raw[src]

impl PartialEq<SubBlockQuote> for SubBlockQuote[src]

impl Serialize for SubBlockQuote[src]

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