Struct slack_morphism::prelude::events::SlackAppRateLimitedEventInit[][src]

pub struct SlackAppRateLimitedEventInit {
    pub team_id: String,
    pub minute_rate_limited: SlackDateTime,
    pub api_app_id: String,
}

Fields

team_id: Stringminute_rate_limited: SlackDateTimeapi_app_id: String

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.