pub struct GetServerTimeRequest;Expand description
Endpoint type for place.stream.server.getServerTime
Trait Implementations§
Source§impl XrpcEndpoint for GetServerTimeRequest
impl XrpcEndpoint for GetServerTimeRequest
Source§const PATH: &'static str = "/xrpc/place.stream.server.getServerTime"
const PATH: &'static str = "/xrpc/place.stream.server.getServerTime"
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> = GetServerTime
type Request<'de> = GetServerTime
XRPC Request data type
Source§type Response = GetServerTimeResponse
type Response = GetServerTimeResponse
XRPC Response data type
Auto Trait Implementations§
impl Freeze for GetServerTimeRequest
impl RefUnwindSafe for GetServerTimeRequest
impl Send for GetServerTimeRequest
impl Sync for GetServerTimeRequest
impl Unpin for GetServerTimeRequest
impl UnsafeUnpin for GetServerTimeRequest
impl UnwindSafe for GetServerTimeRequest
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