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