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