Struct slack_morphism::errors::SlackClientHttpError [−][src]
pub struct SlackClientHttpError {
pub status_code: StatusCode,
pub http_response_body: Option<String>,
}Fields
status_code: StatusCodehttp_response_body: Option<String>Implementations
Trait Implementations
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SlackClientHttpError
impl Send for SlackClientHttpError
impl Sync for SlackClientHttpError
impl Unpin for SlackClientHttpError
impl UnwindSafe for SlackClientHttpError
Blanket Implementations
Mutably borrows from an owned value. Read more