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