Enum async_nats::jetstream::kv::StatusErrorKind
source · pub enum StatusErrorKind {
JetStream(Error),
TimedOut,
}
Variants§
Trait Implementations§
source§impl Clone for StatusErrorKind
impl Clone for StatusErrorKind
source§fn clone(&self) -> StatusErrorKind
fn clone(&self) -> StatusErrorKind
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 StatusErrorKind
impl Debug for StatusErrorKind
source§impl Display for StatusErrorKind
impl Display for StatusErrorKind
source§impl PartialEq for StatusErrorKind
impl PartialEq for StatusErrorKind
impl StructuralPartialEq for StatusErrorKind
Auto Trait Implementations§
impl Freeze for StatusErrorKind
impl RefUnwindSafe for StatusErrorKind
impl Send for StatusErrorKind
impl Sync for StatusErrorKind
impl Unpin for StatusErrorKind
impl UnwindSafe for StatusErrorKind
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
)