Struct slack_morphism::errors::SlackClientApiError [−][src]
pub struct SlackClientApiError {
pub code: String,
pub warnings: Option<Vec<String>>,
pub http_response_body: Option<String>,
}Fields
code: Stringwarnings: Option<Vec<String>>http_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 SlackClientApiError
impl Send for SlackClientApiError
impl Sync for SlackClientApiError
impl Unpin for SlackClientApiError
impl UnwindSafe for SlackClientApiError
Blanket Implementations
Mutably borrows from an owned value. Read more
