pub struct VHtmlescape<'a> { /* private fields */ }
Implementations§
Source§impl<'a> VHtmlescape<'a>
impl<'a> VHtmlescape<'a>
pub fn new(bytes: &[u8]) -> VHtmlescape<'_>
Trait Implementations§
Source§impl<'a> Display for VHtmlescape<'a>
impl<'a> Display for VHtmlescape<'a>
Source§impl<'a> From<&'a str> for VHtmlescape<'a>
impl<'a> From<&'a str> for VHtmlescape<'a>
Source§fn from(s: &str) -> VHtmlescape<'_>
fn from(s: &str) -> VHtmlescape<'_>
Converts to this type from the input type.
Auto Trait Implementations§
impl<'a> Freeze for VHtmlescape<'a>
impl<'a> RefUnwindSafe for VHtmlescape<'a>
impl<'a> Send for VHtmlescape<'a>
impl<'a> Sync for VHtmlescape<'a>
impl<'a> Unpin for VHtmlescape<'a>
impl<'a> UnwindSafe for VHtmlescape<'a>
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