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