pub struct SlackApiUsersProfileSetResponseInit {
pub profile: SlackUserProfile,
}Fields§
§profile: SlackUserProfileTrait Implementations§
source§impl From<SlackApiUsersProfileSetResponseInit> for SlackApiUsersProfileSetResponse
impl From<SlackApiUsersProfileSetResponseInit> for SlackApiUsersProfileSetResponse
source§fn from(value: SlackApiUsersProfileSetResponseInit) -> Self
fn from(value: SlackApiUsersProfileSetResponseInit) -> Self
Converts to this type from the input type.