Enum async_nats::ClientError
source · pub enum ClientError {
Other(String),
}
Variants§
Trait Implementations§
source§impl Clone for ClientError
impl Clone for ClientError
source§fn clone(&self) -> ClientError
fn clone(&self) -> ClientError
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 moresource§impl Debug for ClientError
impl Debug for ClientError
source§impl Display for ClientError
impl Display for ClientError
source§impl From<ClientError> for CallbackError
impl From<ClientError> for CallbackError
source§fn from(client_error: ClientError) -> Self
fn from(client_error: ClientError) -> Self
Converts to this type from the input type.
source§impl PartialEq<ClientError> for ClientError
impl PartialEq<ClientError> for ClientError
source§fn eq(&self, other: &ClientError) -> bool
fn eq(&self, other: &ClientError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.