pub type RawMessageErrorKind = LastRawMessageErrorKind;
Aliased Type§
enum RawMessageErrorKind {
NoMessageFound,
InvalidSubject,
JetStream(Error),
Other,
}
Variants§
Trait Implementations
Source§impl Clone for LastRawMessageErrorKind
impl Clone for LastRawMessageErrorKind
Source§fn clone(&self) -> LastRawMessageErrorKind
fn clone(&self) -> LastRawMessageErrorKind
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