Type Alias async_nats::jetstream::context::UpdateStreamErrorKind
source · pub type UpdateStreamErrorKind = CreateStreamErrorKind;Aliased Type§
enum UpdateStreamErrorKind {
EmptyStreamName,
InvalidStreamName,
DomainAndExternalSet,
JetStreamUnavailable,
JetStream(Error),
TimedOut,
Response,
ResponseParse,
}Variants§
EmptyStreamName
InvalidStreamName
DomainAndExternalSet
JetStream(Error)
TimedOut
Response
ResponseParse
Trait Implementations§
source§impl Clone for CreateStreamErrorKind
impl Clone for CreateStreamErrorKind
source§fn clone(&self) -> CreateStreamErrorKind
fn clone(&self) -> CreateStreamErrorKind
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 CreateStreamErrorKind
impl Debug for CreateStreamErrorKind
source§impl Display for CreateStreamErrorKind
impl Display for CreateStreamErrorKind
source§impl PartialEq<CreateStreamErrorKind> for CreateStreamErrorKind
impl PartialEq<CreateStreamErrorKind> for CreateStreamErrorKind
source§fn eq(&self, other: &CreateStreamErrorKind) -> bool
fn eq(&self, other: &CreateStreamErrorKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.