pub struct Ctx<'i> { /* private fields */ }Expand description
Filter execution context.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'i> !RefUnwindSafe for Ctx<'i>
impl<'i> !Send for Ctx<'i>
impl<'i> !Sync for Ctx<'i>
impl<'i> Unpin for Ctx<'i>
impl<'i> !UnwindSafe for Ctx<'i>
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