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