pub struct SlackApiUsersIdentityResponseInit {
pub user: SlackUserProfile,
pub team: SlackBasicTeamInfo,
}
Fields§
§user: SlackUserProfile
§team: SlackBasicTeamInfo
Trait Implementations§
source§impl From<SlackApiUsersIdentityResponseInit> for SlackApiUsersIdentityResponse
impl From<SlackApiUsersIdentityResponseInit> for SlackApiUsersIdentityResponse
source§fn 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§
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