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