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