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