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