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