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<EntryErrorKind> for EntryErrorKind
 
impl PartialEq<EntryErrorKind> for EntryErrorKind
source§fn eq(&self, other: &EntryErrorKind) -> bool
 
fn eq(&self, other: &EntryErrorKind) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for EntryErrorKind
impl StructuralPartialEq for EntryErrorKind
Auto Trait Implementations§
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