Struct async_nats::UnsubscribeError
source · pub struct UnsubscribeError(/* private fields */);
Trait Implementations§
source§impl Debug for UnsubscribeError
impl Debug for UnsubscribeError
source§impl Display for UnsubscribeError
impl Display for UnsubscribeError
source§impl Error for UnsubscribeError
impl Error for UnsubscribeError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns 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 UnsubscribeError
impl From<SendError<Command>> for UnsubscribeError
source§impl PartialEq for UnsubscribeError
impl PartialEq for UnsubscribeError
impl StructuralPartialEq for UnsubscribeError
Auto Trait Implementations§
impl Freeze for UnsubscribeError
impl RefUnwindSafe for UnsubscribeError
impl Send for UnsubscribeError
impl Sync for UnsubscribeError
impl Unpin for UnsubscribeError
impl UnwindSafe for UnsubscribeError
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