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 Display for MessagesErrorKind
impl Display for MessagesErrorKind
source§impl PartialEq for MessagesErrorKind
impl PartialEq for MessagesErrorKind
impl Copy for MessagesErrorKind
impl StructuralPartialEq for MessagesErrorKind
Auto Trait Implementations§
impl Freeze for MessagesErrorKind
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)