pub struct ResolveMiniDocRequest;Expand description
Endpoint type for com.bad-example.identity.resolveMiniDoc
Trait Implementations§
Source§impl XrpcEndpoint for ResolveMiniDocRequest
impl XrpcEndpoint for ResolveMiniDocRequest
Source§const PATH: &'static str = "/xrpc/com.bad-example.identity.resolveMiniDoc"
const PATH: &'static str = "/xrpc/com.bad-example.identity.resolveMiniDoc"
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> = ResolveMiniDoc<'de>
type Request<'de> = ResolveMiniDoc<'de>
XRPC Request data type
Source§type Response = ResolveMiniDocResponse
type Response = ResolveMiniDocResponse
XRPC Response data type
Auto Trait Implementations§
impl Freeze for ResolveMiniDocRequest
impl RefUnwindSafe for ResolveMiniDocRequest
impl Send for ResolveMiniDocRequest
impl Sync for ResolveMiniDocRequest
impl Unpin for ResolveMiniDocRequest
impl UnwindSafe for ResolveMiniDocRequest
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