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