Struct askama_escape::EscapeWriter
source · [−]pub struct EscapeWriter<'a, E, W> { /* private fields */ }Trait Implementations
sourceimpl<'a, E: Debug, W: Debug> Debug for EscapeWriter<'a, E, W>
impl<'a, E: Debug, W: Debug> Debug for EscapeWriter<'a, E, W>
Auto Trait Implementations
impl<'a, E, W> RefUnwindSafe for EscapeWriter<'a, E, W> where
E: RefUnwindSafe,
W: RefUnwindSafe,
impl<'a, E, W> Send for EscapeWriter<'a, E, W> where
E: Sync,
W: Send,
impl<'a, E, W> Sync for EscapeWriter<'a, E, W> where
E: Sync,
W: Sync,
impl<'a, E, W> Unpin for EscapeWriter<'a, E, W> where
W: Unpin,
impl<'a, E, W> UnwindSafe for EscapeWriter<'a, E, W> where
E: RefUnwindSafe,
W: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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