pub struct GetPublishedVersionsRequest;Expand description
Endpoint type for sh.weaver.notebook.getPublishedVersions
Trait Implementations§
Source§impl XrpcEndpoint for GetPublishedVersionsRequest
impl XrpcEndpoint for GetPublishedVersionsRequest
Source§const PATH: &'static str = "/xrpc/sh.weaver.notebook.getPublishedVersions"
const PATH: &'static str = "/xrpc/sh.weaver.notebook.getPublishedVersions"
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> = GetPublishedVersions<'de>
type Request<'de> = GetPublishedVersions<'de>
XRPC Request data type
Source§type Response = GetPublishedVersionsResponse
type Response = GetPublishedVersionsResponse
XRPC Response data type
Auto Trait Implementations§
impl Freeze for GetPublishedVersionsRequest
impl RefUnwindSafe for GetPublishedVersionsRequest
impl Send for GetPublishedVersionsRequest
impl Sync for GetPublishedVersionsRequest
impl Unpin for GetPublishedVersionsRequest
impl UnsafeUnpin for GetPublishedVersionsRequest
impl UnwindSafe for GetPublishedVersionsRequest
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