pub struct Error<V>(/* private fields */);
Expand description
Error that occurred during filter execution.
Implementations§
Trait Implementations§
impl<V: Eq> Eq for Error<V>
impl<V> StructuralPartialEq for Error<V>
Auto Trait Implementations§
impl<V> Freeze for Error<V>where
V: Freeze,
impl<V> RefUnwindSafe for Error<V>where
V: RefUnwindSafe,
impl<V> Send for Error<V>where
V: Send,
impl<V> Sync for Error<V>where
V: Sync,
impl<V> Unpin for Error<V>where
V: Unpin,
impl<V> UnwindSafe for Error<V>where
V: UnwindSafe,
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