Struct tbot::markup::html::Html [−][src]
#[must_use = "HTML needs to be turned into a `Text` instance"]pub struct Html<T>(_);
Represents HTML text. Can be created with html
.
Trait Implementations
impl<T: Formattable> Formattable for Html<T>
[src]
impl<T: Formattable> Formattable for Html<T>
[src]impl<T: Copy> Copy for Html<T>
[src]
impl<T: Eq> Eq for Html<T>
[src]
impl<T> StructuralEq for Html<T>
[src]
impl<T> StructuralPartialEq for Html<T>
[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for Html<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for Html<T> where
T: Send,
T: Send,
impl<T> Sync for Html<T> where
T: Sync,
T: Sync,
impl<T> Unpin for Html<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for Html<T> where
T: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self