pub struct UpdateReadingProgressRequest;Expand description
Endpoint type for sh.weaver.notebook.updateReadingProgress
Trait Implementations§
Source§impl XrpcEndpoint for UpdateReadingProgressRequest
impl XrpcEndpoint for UpdateReadingProgressRequest
Source§const PATH: &'static str = "/xrpc/sh.weaver.notebook.updateReadingProgress"
const PATH: &'static str = "/xrpc/sh.weaver.notebook.updateReadingProgress"
Fully-qualified path (‘/xrpc/[nsid]’) where this endpoint should live on the server
Source§const METHOD: XrpcMethod
const METHOD: XrpcMethod
XRPC method (query/GET or procedure/POST)
Source§type Request<'de> = UpdateReadingProgress<'de>
type Request<'de> = UpdateReadingProgress<'de>
XRPC Request data type
Source§type Response = UpdateReadingProgressResponse
type Response = UpdateReadingProgressResponse
XRPC Response data type
Auto Trait Implementations§
impl Freeze for UpdateReadingProgressRequest
impl RefUnwindSafe for UpdateReadingProgressRequest
impl Send for UpdateReadingProgressRequest
impl Sync for UpdateReadingProgressRequest
impl Unpin for UpdateReadingProgressRequest
impl UnsafeUnpin for UpdateReadingProgressRequest
impl UnwindSafe for UpdateReadingProgressRequest
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