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