Struct slack_api::auth::RevokeRequest [] [src]

pub struct RevokeRequest {
    pub test: Option<bool>,
}

Fields

Setting this parameter to 1 triggers a testing mode where the specified token will not actually be revoked.

Trait Implementations

impl Clone for RevokeRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for RevokeRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for RevokeRequest
[src]

Formats the value using the given formatter.