pub struct EventFilterError { /* private fields */ }Available on crate feature
warp only.Trait Implementations§
Source§impl Debug for EventFilterError
impl Debug for EventFilterError
impl Reject for EventFilterError
Auto Trait Implementations§
impl Freeze for EventFilterError
impl !RefUnwindSafe for EventFilterError
impl Send for EventFilterError
impl Sync for EventFilterError
impl Unpin for EventFilterError
impl !UnwindSafe for EventFilterError
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