pub struct HtmlEscapedString(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for HtmlEscapedString
impl AsRef<str> for HtmlEscapedString
Source§impl Debug for HtmlEscapedString
impl Debug for HtmlEscapedString
Source§impl EscapedString for HtmlEscapedString
impl EscapedString for HtmlEscapedString
fn from_unescaped(unescaped_str: &str) -> Self
fn already_escaped(escaped_str: String) -> Self
Auto Trait Implementations§
impl Freeze for HtmlEscapedString
impl RefUnwindSafe for HtmlEscapedString
impl Send for HtmlEscapedString
impl Sync for HtmlEscapedString
impl Unpin for HtmlEscapedString
impl UnwindSafe for HtmlEscapedString
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