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