Struct async_nats::jetstream::object_store::WatchError
source · pub struct WatchError { /* private fields */ }
Implementations§
source§impl WatchError
impl WatchError
pub fn kind(&self) -> WatchErrorKind
Trait Implementations§
source§impl Debug for WatchError
impl Debug for WatchError
source§impl Display for WatchError
impl Display for WatchError
source§impl Error for WatchError
impl Error for WatchError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<ConsumerError> for WatchError
impl From<ConsumerError> for WatchError
source§fn from(err: ConsumerError) -> Self
fn from(err: ConsumerError) -> Self
Converts to this type from the input type.
source§impl From<StreamError> for WatchError
impl From<StreamError> for WatchError
source§fn from(err: StreamError) -> Self
fn from(err: StreamError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for WatchError
impl Send for WatchError
impl Sync for WatchError
impl Unpin for WatchError
impl !UnwindSafe for WatchError
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