pub struct SlackApiUsersIdentityResponseInit {
pub user: SlackUserProfile,
pub team: SlackBasicTeamInfo,
}Fields
user: SlackUserProfileteam: SlackBasicTeamInfoTrait Implementations
sourceimpl From<SlackApiUsersIdentityResponseInit> for SlackApiUsersIdentityResponse
impl From<SlackApiUsersIdentityResponseInit> for SlackApiUsersIdentityResponse
sourcefn from(value: SlackApiUsersIdentityResponseInit) -> Self
fn from(value: SlackApiUsersIdentityResponseInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackApiUsersIdentityResponseInit
impl Send for SlackApiUsersIdentityResponseInit
impl Sync for SlackApiUsersIdentityResponseInit
impl Unpin for SlackApiUsersIdentityResponseInit
impl UnwindSafe for SlackApiUsersIdentityResponseInit
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