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