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