pub struct SlackApiTeamProfileGetResponseInit {
pub profile: SlackTeamProfile,
}Fields§
§profile: SlackTeamProfileTrait Implementations§
source§impl From<SlackApiTeamProfileGetResponseInit> for SlackApiTeamProfileGetResponse
impl From<SlackApiTeamProfileGetResponseInit> for SlackApiTeamProfileGetResponse
source§fn from(value: SlackApiTeamProfileGetResponseInit) -> Self
fn from(value: SlackApiTeamProfileGetResponseInit) -> Self
Converts to this type from the input type.