pub enum WatcherErrorKind {
ConsumerError,
Other,
}Variants§
Trait Implementations§
source§impl Clone for WatcherErrorKind
impl Clone for WatcherErrorKind
source§fn clone(&self) -> WatcherErrorKind
fn clone(&self) -> WatcherErrorKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for WatcherErrorKind
impl Debug for WatcherErrorKind
source§impl PartialEq<WatcherErrorKind> for WatcherErrorKind
impl PartialEq<WatcherErrorKind> for WatcherErrorKind
source§fn eq(&self, other: &WatcherErrorKind) -> bool
fn eq(&self, other: &WatcherErrorKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for WatcherErrorKind
Auto Trait Implementations§
impl RefUnwindSafe for WatcherErrorKind
impl Send for WatcherErrorKind
impl Sync for WatcherErrorKind
impl Unpin for WatcherErrorKind
impl UnwindSafe for WatcherErrorKind
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