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