pub struct VersionRequest;Expand description
Endpoint type for sh.tangled.knot.version
Trait Implementations§
Source§impl XrpcEndpoint for VersionRequest
impl XrpcEndpoint for VersionRequest
Source§const PATH: &'static str = "/xrpc/sh.tangled.knot.version"
const PATH: &'static str = "/xrpc/sh.tangled.knot.version"
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 = VersionResponse
type Response = VersionResponse
XRPC Response data type
Auto Trait Implementations§
impl Freeze for VersionRequest
impl RefUnwindSafe for VersionRequest
impl Send for VersionRequest
impl Sync for VersionRequest
impl Unpin for VersionRequest
impl UnsafeUnpin for VersionRequest
impl UnwindSafe for VersionRequest
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