Enum async_nats::jetstream::stream::ConsumerErrorKind
source · pub enum ConsumerErrorKind {
TimedOut,
Request,
InvalidConsumerType,
JetStream(Error),
Other,
}
Variants§
Trait Implementations§
source§impl Clone for ConsumerErrorKind
impl Clone for ConsumerErrorKind
source§fn clone(&self) -> ConsumerErrorKind
fn clone(&self) -> ConsumerErrorKind
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 ConsumerErrorKind
impl Debug for ConsumerErrorKind
source§impl Display for ConsumerErrorKind
impl Display for ConsumerErrorKind
source§impl PartialEq for ConsumerErrorKind
impl PartialEq for ConsumerErrorKind
source§fn eq(&self, other: &ConsumerErrorKind) -> bool
fn eq(&self, other: &ConsumerErrorKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ConsumerErrorKind
Auto Trait Implementations§
impl RefUnwindSafe for ConsumerErrorKind
impl Send for ConsumerErrorKind
impl Sync for ConsumerErrorKind
impl Unpin for ConsumerErrorKind
impl UnwindSafe for ConsumerErrorKind
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