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