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