pub struct PreEscaped<T>(pub T);
Expand description
A type that requires no further escaping.
Tuple Fields§
§0: T
Trait Implementations§
Source§impl IntoHtml for PreEscaped<&str>
impl IntoHtml for PreEscaped<&str>
Source§impl IntoHtml for PreEscaped<String>
impl IntoHtml for PreEscaped<String>
Auto Trait Implementations§
impl<T> Freeze for PreEscaped<T>where
T: Freeze,
impl<T> RefUnwindSafe for PreEscaped<T>where
T: RefUnwindSafe,
impl<T> Send for PreEscaped<T>where
T: Send,
impl<T> Sync for PreEscaped<T>where
T: Sync,
impl<T> Unpin for PreEscaped<T>where
T: Unpin,
impl<T> UnwindSafe for PreEscaped<T>where
T: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more