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