Enum async_nats::jetstream::object_store::PutErrorKind
source · pub enum PutErrorKind {
InvalidName,
ReadChunks,
PublishChunks,
PublishMetadata,
PurgeOldChunks,
TimedOut,
Other,
}Variants§
Trait Implementations§
source§impl Clone for PutErrorKind
impl Clone for PutErrorKind
source§fn clone(&self) -> PutErrorKind
fn clone(&self) -> PutErrorKind
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 PutErrorKind
impl Debug for PutErrorKind
source§impl PartialEq<PutErrorKind> for PutErrorKind
impl PartialEq<PutErrorKind> for PutErrorKind
source§fn eq(&self, other: &PutErrorKind) -> bool
fn eq(&self, other: &PutErrorKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for PutErrorKind
Auto Trait Implementations§
impl RefUnwindSafe for PutErrorKind
impl Send for PutErrorKind
impl Sync for PutErrorKind
impl Unpin for PutErrorKind
impl UnwindSafe for PutErrorKind
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