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