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 Display for PutErrorKind
impl Display for PutErrorKind
source§impl PartialEq for PutErrorKind
impl PartialEq for PutErrorKind
impl Copy for PutErrorKind
impl StructuralPartialEq for PutErrorKind
Auto Trait Implementations§
impl Freeze for PutErrorKind
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
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
)