pub struct SlackApiUsersProfileGetResponseInit {
pub profile: SlackUserProfile,
}Fields
profile: SlackUserProfileTrait Implementations
sourceimpl From<SlackApiUsersProfileGetResponseInit> for SlackApiUsersProfileGetResponse
impl From<SlackApiUsersProfileGetResponseInit> for SlackApiUsersProfileGetResponse
sourcefn from(value: SlackApiUsersProfileGetResponseInit) -> Self
fn from(value: SlackApiUsersProfileGetResponseInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackApiUsersProfileGetResponseInit
impl Send for SlackApiUsersProfileGetResponseInit
impl Sync for SlackApiUsersProfileGetResponseInit
impl Unpin for SlackApiUsersProfileGetResponseInit
impl UnwindSafe for SlackApiUsersProfileGetResponseInit
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