pub struct SlackApiUsersProfileSetResponseInit {
pub profile: SlackUserProfile,
}
Fields§
§profile: SlackUserProfile
Trait 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.
Auto Trait Implementations§
impl RefUnwindSafe for SlackApiUsersProfileSetResponseInit
impl Send for SlackApiUsersProfileSetResponseInit
impl Sync for SlackApiUsersProfileSetResponseInit
impl Unpin for SlackApiUsersProfileSetResponseInit
impl UnwindSafe for SlackApiUsersProfileSetResponseInit
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more