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 more