[][src]Struct document_tree::elements::Tip

pub struct Tip { /* fields omitted */ }

Methods

impl Tip[src]

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

Trait Implementations

impl Clone for Tip[src]

impl Debug for Tip[src]

impl Default for Tip[src]

impl Element for Tip[src]

impl HasChildren<BodyElement> for Tip[src]

impl Into<BodyElement> for Tip[src]

impl Into<StructuralSubElement> for Tip[src]

impl Into<SubBlockQuote> for Tip[src]

impl Into<SubFigure> for Tip[src]

impl Into<SubFootnote> for Tip[src]

impl Into<SubSidebar> for Tip[src]

impl Into<SubStructure> for Tip[src]

impl Into<SubTopic> for Tip[src]

impl PartialEq<Tip> for Tip[src]

impl Serialize for Tip[src]

impl StructuralPartialEq for Tip[src]

Auto Trait Implementations

impl RefUnwindSafe for Tip

impl Send for Tip

impl Sync for Tip

impl Unpin for Tip

impl UnwindSafe for Tip

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.