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