Enum async_nats::jetstream::consumer::pull::MessagesErrorKind
source · pub enum MessagesErrorKind {
MissingHeartbeat,
ConsumerDeleted,
Pull,
PushBasedConsumer,
Other,
}Variants§
Trait Implementations§
source§impl Clone for MessagesErrorKind
impl Clone for MessagesErrorKind
source§fn clone(&self) -> MessagesErrorKind
fn clone(&self) -> MessagesErrorKind
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 MessagesErrorKind
impl Debug for MessagesErrorKind
source§impl PartialEq<MessagesErrorKind> for MessagesErrorKind
impl PartialEq<MessagesErrorKind> for MessagesErrorKind
source§fn eq(&self, other: &MessagesErrorKind) -> bool
fn eq(&self, other: &MessagesErrorKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for MessagesErrorKind
Auto Trait Implementations§
impl RefUnwindSafe for MessagesErrorKind
impl Send for MessagesErrorKind
impl Sync for MessagesErrorKind
impl Unpin for MessagesErrorKind
impl UnwindSafe for MessagesErrorKind
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