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
impl Copy for BatchRequestErrorKind
impl StructuralPartialEq for BatchRequestErrorKind
Auto Trait Implementations§
impl Freeze for BatchRequestErrorKind
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
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
)