pub struct GetPresence {
pub user_id: u64,
}Fields§
§user_id: u64Trait Implementations§
Source§impl Debug for GetPresence
impl Debug for GetPresence
Source§impl<'de> Deserialize<'de> for GetPresence
impl<'de> Deserialize<'de> for GetPresence
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<GetPresence> for RequestBody
impl From<GetPresence> for RequestBody
Source§fn from(val: GetPresence) -> Self
fn from(val: GetPresence) -> Self
Converts to this type from the input type.
Source§impl RequestResponse for GetPresence
impl RequestResponse for GetPresence
type Response = GetPresenceResponse
fn extract_response(body: ResponseBody) -> Result<Self::Response, SdkError>
Auto Trait Implementations§
impl Freeze for GetPresence
impl RefUnwindSafe for GetPresence
impl Send for GetPresence
impl Sync for GetPresence
impl Unpin for GetPresence
impl UnwindSafe for GetPresence
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