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