Struct slack_morphism::api::SlackApiTeamInfoResponseInit
source · pub struct SlackApiTeamInfoResponseInit {
pub team: SlackTeamInfo,
}Fields§
§team: SlackTeamInfoTrait Implementations§
source§impl From<SlackApiTeamInfoResponseInit> for SlackApiTeamInfoResponse
impl From<SlackApiTeamInfoResponseInit> for SlackApiTeamInfoResponse
source§fn from(value: SlackApiTeamInfoResponseInit) -> Self
fn from(value: SlackApiTeamInfoResponseInit) -> Self
Converts to this type from the input type.