Struct askama_escape::EscapeWriter
source · pub struct EscapeWriter<'a, E, W> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<'a, E, W> Freeze for EscapeWriter<'a, E, W>where
W: Freeze,
impl<'a, E, W> RefUnwindSafe for EscapeWriter<'a, E, W>where
W: RefUnwindSafe,
E: RefUnwindSafe,
impl<'a, E, W> Send for EscapeWriter<'a, E, W>
impl<'a, E, W> Sync for EscapeWriter<'a, E, W>
impl<'a, E, W> Unpin for EscapeWriter<'a, E, W>where
W: Unpin,
impl<'a, E, W> UnwindSafe for EscapeWriter<'a, E, W>where
W: UnwindSafe,
E: RefUnwindSafe,
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