pub struct GetLiveUsersRequest;Expand description
Endpoint type for place.stream.live.getLiveUsers
Trait Implementations§
Source§impl XrpcEndpoint for GetLiveUsersRequest
impl XrpcEndpoint for GetLiveUsersRequest
Source§const PATH: &'static str = "/xrpc/place.stream.live.getLiveUsers"
const PATH: &'static str = "/xrpc/place.stream.live.getLiveUsers"
Fully-qualified path (‘/xrpc/[nsid]’) where this endpoint should live on the server
Source§const METHOD: XrpcMethod = jacquard_common::xrpc::XrpcMethod::Query
const METHOD: XrpcMethod = jacquard_common::xrpc::XrpcMethod::Query
XRPC method (query/GET or procedure/POST)
Source§type Request<'de> = GetLiveUsers
type Request<'de> = GetLiveUsers
XRPC Request data type
Source§type Response = GetLiveUsersResponse
type Response = GetLiveUsersResponse
XRPC Response data type
Auto Trait Implementations§
impl Freeze for GetLiveUsersRequest
impl RefUnwindSafe for GetLiveUsersRequest
impl Send for GetLiveUsersRequest
impl Sync for GetLiveUsersRequest
impl Unpin for GetLiveUsersRequest
impl UnsafeUnpin for GetLiveUsersRequest
impl UnwindSafe for GetLiveUsersRequest
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