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