pub type DeleteStreamErrorKind = GetStreamErrorKind;
Aliased Type§
enum DeleteStreamErrorKind {
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 more