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 Display for OrderedErrorKind
impl Display for OrderedErrorKind
source§impl PartialEq for OrderedErrorKind
impl PartialEq for OrderedErrorKind
impl Copy for OrderedErrorKind
impl StructuralPartialEq for OrderedErrorKind
Auto Trait Implementations§
impl Freeze for OrderedErrorKind
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
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
)