Struct slack_morphism_models::events::SlackInteractionViewClosedEventInit [−][src]
pub struct SlackInteractionViewClosedEventInit {
pub team: SlackBasicTeamInfo,
pub user: SlackBasicUserInfo,
pub view: SlackStatefulView,
}Fields
team: SlackBasicTeamInfouser: SlackBasicUserInfoview: SlackStatefulViewTrait Implementations
Performs the conversion.
Auto Trait Implementations
impl Send for SlackInteractionViewClosedEventInitimpl Sync for SlackInteractionViewClosedEventInitimpl Unpin for SlackInteractionViewClosedEventInit