Struct slack_morphism::api::SlackOAuthV2AccessTokenResponseInit[][src]

pub struct SlackOAuthV2AccessTokenResponseInit {
    pub access_token: String,
    pub token_type: SlackApiTokenType,
    pub scope: SlackApiTokenScope,
    pub app_id: SlackAppId,
    pub team: SlackTeamInfo,
    pub authed_user: SlackOAuthV2AuthedUser,
}

Fields

access_token: Stringtoken_type: SlackApiTokenTypescope: SlackApiTokenScopeapp_id: SlackAppIdteam: SlackTeamInfoauthed_user: SlackOAuthV2AuthedUser

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.