pub enum DeleteMessageErrorKind {
Request,
TimedOut,
JetStream(Error),
}
Variants§
Trait Implementations§
source§impl Clone for DeleteMessageErrorKind
impl Clone for DeleteMessageErrorKind
source§fn clone(&self) -> DeleteMessageErrorKind
fn clone(&self) -> DeleteMessageErrorKind
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 DeleteMessageErrorKind
impl Debug for DeleteMessageErrorKind
source§impl PartialEq<DeleteMessageErrorKind> for DeleteMessageErrorKind
impl PartialEq<DeleteMessageErrorKind> for DeleteMessageErrorKind
source§fn eq(&self, other: &DeleteMessageErrorKind) -> bool
fn eq(&self, other: &DeleteMessageErrorKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteMessageErrorKind
Auto Trait Implementations§
impl RefUnwindSafe for DeleteMessageErrorKind
impl Send for DeleteMessageErrorKind
impl Sync for DeleteMessageErrorKind
impl Unpin for DeleteMessageErrorKind
impl UnwindSafe for DeleteMessageErrorKind
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