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