pub struct SlackApiUsersIdentityResponseInit {
pub user: SlackUserProfile,
pub team: SlackBasicTeamInfo,
}Fields§
§user: SlackUserProfile§team: SlackBasicTeamInfoTrait Implementations§
source§impl From<SlackApiUsersIdentityResponseInit> for SlackApiUsersIdentityResponse
impl From<SlackApiUsersIdentityResponseInit> for SlackApiUsersIdentityResponse
source§fn from(value: SlackApiUsersIdentityResponseInit) -> Self
fn from(value: SlackApiUsersIdentityResponseInit) -> Self
Converts to this type from the input type.