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