pub struct HtmlStr<S>(pub S);
Expand description
Html string
TODO better doc
Tuple Fields§
§0: S
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for HtmlStr<S>where
S: Freeze,
impl<S> RefUnwindSafe for HtmlStr<S>where
S: RefUnwindSafe,
impl<S> Send for HtmlStr<S>where
S: Send,
impl<S> Sync for HtmlStr<S>where
S: Sync,
impl<S> Unpin for HtmlStr<S>where
S: Unpin,
impl<S> UnwindSafe for HtmlStr<S>where
S: 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