Struct async_nats::client::SubscribeError  
source · pub struct SubscribeError(_);Trait Implementations§
source§impl Debug for SubscribeError
 
impl Debug for SubscribeError
source§impl Display for SubscribeError
 
impl Display for SubscribeError
source§impl Error for SubscribeError
 
impl Error for SubscribeError
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<SendError<Command>> for SubscribeError
 
impl From<SendError<Command>> for SubscribeError
source§impl From<SubscribeError> for BatchError
 
impl From<SubscribeError> for BatchError
source§fn from(err: SubscribeError) -> Self
 
fn from(err: SubscribeError) -> Self
Converts to this type from the input type.
source§impl From<SubscribeError> for RequestError
 
impl From<SubscribeError> for RequestError
source§fn from(e: SubscribeError) -> Self
 
fn from(e: SubscribeError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for SubscribeError
impl Send for SubscribeError
impl Sync for SubscribeError
impl Unpin for SubscribeError
impl !UnwindSafe for SubscribeError
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