Struct async_nats::jetstream::context::AccountError
source · pub struct AccountError { /* private fields */ }
Implementations§
source§impl AccountError
impl AccountError
pub fn kind(&self) -> AccountErrorKind
Trait Implementations§
source§impl Debug for AccountError
impl Debug for AccountError
source§impl Display for AccountError
impl Display for AccountError
source§impl Error for AccountError
impl Error for AccountError
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<RequestError> for AccountError
impl From<RequestError> for AccountError
source§fn from(err: RequestError) -> Self
fn from(err: RequestError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for AccountError
impl Send for AccountError
impl Sync for AccountError
impl Unpin for AccountError
impl !UnwindSafe for AccountError
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