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