Struct html_escaper::HtmlEscaper
source · [−]pub struct HtmlEscaper<'a, 'b>(pub &'a mut Formatter<'b>);Tuple Fields
0: &'a mut Formatter<'b>Trait Implementations
Auto Trait Implementations
impl<'a, 'b> !RefUnwindSafe for HtmlEscaper<'a, 'b>
impl<'a, 'b> !Send for HtmlEscaper<'a, 'b>
impl<'a, 'b> !Sync for HtmlEscaper<'a, 'b>
impl<'a, 'b> Unpin for HtmlEscaper<'a, 'b>where
'b: 'a,
impl<'a, 'b> !UnwindSafe for HtmlEscaper<'a, 'b>
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