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