Struct rnotifylib::http_util::error::MessageSendError
source · pub struct MessageSendError { /* private fields */ }Implementations§
Trait Implementations§
source§impl Debug for MessageSendError
impl Debug for MessageSendError
source§impl Display for MessageSendError
impl Display for MessageSendError
source§impl Error for MessageSendError
impl Error for MessageSendError
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()