pub struct GetLaunchTokenRequest;Expand description
Endpoint type for app.ocho.server.getLaunchToken
Trait Implementations§
Source§impl XrpcEndpoint for GetLaunchTokenRequest
impl XrpcEndpoint for GetLaunchTokenRequest
Source§const PATH: &'static str = "/xrpc/app.ocho.server.getLaunchToken"
const PATH: &'static str = "/xrpc/app.ocho.server.getLaunchToken"
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> = GetLaunchToken<'de>
type Request<'de> = GetLaunchToken<'de>
XRPC Request data type
Source§type Response = GetLaunchTokenResponse
type Response = GetLaunchTokenResponse
XRPC Response data type
Auto Trait Implementations§
impl Freeze for GetLaunchTokenRequest
impl RefUnwindSafe for GetLaunchTokenRequest
impl Send for GetLaunchTokenRequest
impl Sync for GetLaunchTokenRequest
impl Unpin for GetLaunchTokenRequest
impl UnwindSafe for GetLaunchTokenRequest
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