pub struct GetDraftsRequest;Expand description
Endpoint type for app.bsky.draft.getDrafts
Trait Implementations§
Source§impl XrpcEndpoint for GetDraftsRequest
impl XrpcEndpoint for GetDraftsRequest
Source§const PATH: &'static str = "/xrpc/app.bsky.draft.getDrafts"
const PATH: &'static str = "/xrpc/app.bsky.draft.getDrafts"
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 = GetDraftsResponse
type Response = GetDraftsResponse
XRPC Response data type
Auto Trait Implementations§
impl Freeze for GetDraftsRequest
impl RefUnwindSafe for GetDraftsRequest
impl Send for GetDraftsRequest
impl Sync for GetDraftsRequest
impl Unpin for GetDraftsRequest
impl UnsafeUnpin for GetDraftsRequest
impl UnwindSafe for GetDraftsRequest
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