Enum async_nats::jetstream::object_store::InfoErrorKind
source · pub enum InfoErrorKind {
InvalidName,
NotFound,
Other,
TimedOut,
}Variants§
Trait Implementations§
source§impl Clone for InfoErrorKind
impl Clone for InfoErrorKind
source§fn clone(&self) -> InfoErrorKind
fn clone(&self) -> InfoErrorKind
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 InfoErrorKind
impl Debug for InfoErrorKind
source§impl Display for InfoErrorKind
impl Display for InfoErrorKind
source§impl PartialEq<InfoErrorKind> for InfoErrorKind
impl PartialEq<InfoErrorKind> for InfoErrorKind
source§fn eq(&self, other: &InfoErrorKind) -> bool
fn eq(&self, other: &InfoErrorKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for InfoErrorKind
impl StructuralPartialEq for InfoErrorKind
Auto Trait Implementations§
impl RefUnwindSafe for InfoErrorKind
impl Send for InfoErrorKind
impl Sync for InfoErrorKind
impl Unpin for InfoErrorKind
impl UnwindSafe for InfoErrorKind
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