Enum async_nats::jetstream::context::GetStreamErrorKind
source · pub enum GetStreamErrorKind {
EmptyName,
Request,
InvalidStreamName,
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 Display for GetStreamErrorKind
impl Display for GetStreamErrorKind
source§impl PartialEq for GetStreamErrorKind
impl PartialEq for GetStreamErrorKind
impl StructuralPartialEq for GetStreamErrorKind
Auto Trait Implementations§
impl Freeze for GetStreamErrorKind
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)