Enum askama_shared::MarkupDisplay [] [src]

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

Variants

Methods

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

[src]

[src]

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

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

[src]

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

[src]

This method tests for !=.

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

[src]

Performs the conversion.

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

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

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

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