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