pub struct SlackApiUsersProfileSetResponseInit {
pub profile: SlackUserProfile,
}Fields
profile: SlackUserProfileTrait Implementations
sourceimpl From<SlackApiUsersProfileSetResponseInit> for SlackApiUsersProfileSetResponse
impl From<SlackApiUsersProfileSetResponseInit> for SlackApiUsersProfileSetResponse
sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more