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 SlackClientApiErrorimpl Send for SlackClientApiErrorimpl Sync for SlackClientApiErrorimpl Unpin for SlackClientApiErrorimpl UnwindSafe for SlackClientApiErrorBlanket Implementations
Mutably borrows from an owned value. Read more