[][src]Struct document_tree::elements::Caution

pub struct Caution { /* fields omitted */ }

Implementations

impl Caution[src]

pub fn new(common: CommonAttributes, children: Vec<BodyElement>) -> Caution[src]

Trait Implementations

impl Clone for Caution[src]

impl Debug for Caution[src]

impl Default for Caution[src]

impl Element for Caution[src]

impl HasChildren<BodyElement> for Caution[src]

impl Into<BodyElement> for Caution[src]

impl Into<StructuralSubElement> for Caution[src]

impl Into<SubBlockQuote> for Caution[src]

impl Into<SubFigure> for Caution[src]

impl Into<SubFootnote> for Caution[src]

impl Into<SubSidebar> for Caution[src]

impl Into<SubStructure> for Caution[src]

impl Into<SubTopic> for Caution[src]

impl PartialEq<Caution> for Caution[src]

impl Serialize for Caution[src]

impl StructuralPartialEq for Caution[src]

Auto Trait Implementations

impl RefUnwindSafe for Caution

impl Send for Caution

impl Sync for Caution

impl Unpin for Caution

impl UnwindSafe for Caution

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.