pub enum BootstrapStoreErrorKind {
Transient,
Permanent,
Conflict,
Unauthorized,
Capacity,
}Expand description
Retry semantics for adapter failures.
Variants§
Trait Implementations§
Source§impl Clone for BootstrapStoreErrorKind
impl Clone for BootstrapStoreErrorKind
Source§fn clone(&self) -> BootstrapStoreErrorKind
fn clone(&self) -> BootstrapStoreErrorKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BootstrapStoreErrorKind
Source§impl Debug for BootstrapStoreErrorKind
impl Debug for BootstrapStoreErrorKind
impl Eq for BootstrapStoreErrorKind
Source§impl PartialEq for BootstrapStoreErrorKind
impl PartialEq for BootstrapStoreErrorKind
impl StructuralPartialEq for BootstrapStoreErrorKind
Auto Trait Implementations§
impl Freeze for BootstrapStoreErrorKind
impl RefUnwindSafe for BootstrapStoreErrorKind
impl Send for BootstrapStoreErrorKind
impl Sync for BootstrapStoreErrorKind
impl Unpin for BootstrapStoreErrorKind
impl UnsafeUnpin for BootstrapStoreErrorKind
impl UnwindSafe for BootstrapStoreErrorKind
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