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