pub struct SlackApiUsersGetPresenceRequestInit {
pub user: SlackUserId,
}Fields
user: SlackUserIdTrait Implementations
sourceimpl From<SlackApiUsersGetPresenceRequestInit> for SlackApiUsersGetPresenceRequest
impl From<SlackApiUsersGetPresenceRequestInit> for SlackApiUsersGetPresenceRequest
sourcefn 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
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