pub enum StorageBackendFailure {
Authentication,
PermissionDenied,
ContainerNotFound,
RegionMismatch,
QuotaExceeded,
Configuration,
Transport,
Internal,
}Expand description
Error type for storage operations.
Variants§
Authentication
PermissionDenied
ContainerNotFound
RegionMismatch
QuotaExceeded
Configuration
Transport
Internal
Trait Implementations§
Source§impl Clone for StorageBackendFailure
impl Clone for StorageBackendFailure
Source§fn clone(&self) -> StorageBackendFailure
fn clone(&self) -> StorageBackendFailure
Returns a duplicate 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 StorageBackendFailure
impl Debug for StorageBackendFailure
Source§impl PartialEq for StorageBackendFailure
impl PartialEq for StorageBackendFailure
impl Copy for StorageBackendFailure
impl Eq for StorageBackendFailure
impl StructuralPartialEq for StorageBackendFailure
Auto Trait Implementations§
impl Freeze for StorageBackendFailure
impl RefUnwindSafe for StorageBackendFailure
impl Send for StorageBackendFailure
impl Sync for StorageBackendFailure
impl Unpin for StorageBackendFailure
impl UnsafeUnpin for StorageBackendFailure
impl UnwindSafe for StorageBackendFailure
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.