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