Struct minijinja::HtmlEscape
source · [−]pub struct HtmlEscape<'a>(pub &'a str);
Expand description
Helper to HTML escape a string.
Tuple Fields
0: &'a str
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for HtmlEscape<'a>
impl<'a> Send for HtmlEscape<'a>
impl<'a> Sync for HtmlEscape<'a>
impl<'a> Unpin for HtmlEscape<'a>
impl<'a> UnwindSafe for HtmlEscape<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more