Enum askama::MarkupDisplay[][src]

pub enum MarkupDisplay<T> where
    T: Display
{ Safe(T), Unsafe(T), }

Variants

Methods

impl<T> MarkupDisplay<T> where
    T: Display
[src]

Trait Implementations

impl<T> Display for MarkupDisplay<T> where
    T: Display
[src]

Formats the value using the given formatter. Read more

impl<T> Debug for MarkupDisplay<T> where
    T: Debug + Display
[src]

Formats the value using the given formatter. Read more

impl<T> PartialEq<MarkupDisplay<T>> for MarkupDisplay<T> where
    T: PartialEq<T> + Display
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<T> From<T> for MarkupDisplay<T> where
    T: Display
[src]

Performs the conversion.

Auto Trait Implementations

impl<T> Send for MarkupDisplay<T> where
    T: Send

impl<T> Sync for MarkupDisplay<T> where
    T: Sync