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