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