Struct async_nats::jetstream::consumer::pull::OrderedError
source · pub struct OrderedError { /* private fields */ }Implementations§
source§impl OrderedError
impl OrderedError
pub fn kind(&self) -> OrderedErrorKind
Trait Implementations§
source§impl Debug for OrderedError
impl Debug for OrderedError
source§impl Display for OrderedError
impl Display for OrderedError
source§impl Error for OrderedError
impl Error for OrderedError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<MessagesError> for OrderedError
impl From<MessagesError> for OrderedError
source§fn from(err: MessagesError) -> Self
fn from(err: MessagesError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for OrderedError
impl Send for OrderedError
impl Sync for OrderedError
impl Unpin for OrderedError
impl !UnwindSafe for OrderedError
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