Struct slack_api::auth::RevokeResponse [] [src]

pub struct RevokeResponse {
    pub revoked: Option<bool>,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for RevokeResponse
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Debug for RevokeResponse
[src]

[]

Formats the value using the given formatter.

impl<E: Error> Into<Result<RevokeResponse, RevokeError<E>>> for RevokeResponse
[src]

[]

Performs the conversion.