pub struct NotifyOfUpdateRequest;Expand description
Endpoint type for com.atproto.sync.notifyOfUpdate
Trait Implementations§
Source§impl XrpcEndpoint for NotifyOfUpdateRequest
impl XrpcEndpoint for NotifyOfUpdateRequest
Source§const PATH: &'static str = "/xrpc/com.atproto.sync.notifyOfUpdate"
const PATH: &'static str = "/xrpc/com.atproto.sync.notifyOfUpdate"
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> = NotifyOfUpdate<'de>
type Request<'de> = NotifyOfUpdate<'de>
XRPC Request data type
Source§type Response = NotifyOfUpdateResponse
type Response = NotifyOfUpdateResponse
XRPC Response data type
Auto Trait Implementations§
impl Freeze for NotifyOfUpdateRequest
impl RefUnwindSafe for NotifyOfUpdateRequest
impl Send for NotifyOfUpdateRequest
impl Sync for NotifyOfUpdateRequest
impl Unpin for NotifyOfUpdateRequest
impl UnwindSafe for NotifyOfUpdateRequest
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