Type Alias async_nats::jetstream::context::DeleteObjectStoreKind
source · pub type DeleteObjectStoreKind = ObjectStoreErrorKind;Aliased Type§
enum DeleteObjectStoreKind {
InvalidBucketName,
GetStore,
}Variants§
Trait Implementations§
source§impl Clone for ObjectStoreErrorKind
impl Clone for ObjectStoreErrorKind
source§fn clone(&self) -> ObjectStoreErrorKind
fn clone(&self) -> ObjectStoreErrorKind
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 ObjectStoreErrorKind
impl Debug for ObjectStoreErrorKind
source§impl Display for ObjectStoreErrorKind
impl Display for ObjectStoreErrorKind
source§impl PartialEq<ObjectStoreErrorKind> for ObjectStoreErrorKind
impl PartialEq<ObjectStoreErrorKind> for ObjectStoreErrorKind
source§fn eq(&self, other: &ObjectStoreErrorKind) -> bool
fn eq(&self, other: &ObjectStoreErrorKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.