pub struct FetchLabelsRequest;Expand description
Endpoint type for com.atproto.temp.fetchLabels
Trait Implementations§
Source§impl XrpcEndpoint for FetchLabelsRequest
impl XrpcEndpoint for FetchLabelsRequest
Source§const PATH: &'static str = "/xrpc/com.atproto.temp.fetchLabels"
const PATH: &'static str = "/xrpc/com.atproto.temp.fetchLabels"
Fully-qualified path (‘/xrpc/[nsid]’) where this endpoint should live on the server
Source§const METHOD: XrpcMethod = jacquard_common::xrpc::XrpcMethod::Query
const METHOD: XrpcMethod = jacquard_common::xrpc::XrpcMethod::Query
XRPC method (query/GET or procedure/POST)
Source§type Request<'de> = FetchLabels
type Request<'de> = FetchLabels
XRPC Request data type
Source§type Response = FetchLabelsResponse
type Response = FetchLabelsResponse
XRPC Response data type
Auto Trait Implementations§
impl Freeze for FetchLabelsRequest
impl RefUnwindSafe for FetchLabelsRequest
impl Send for FetchLabelsRequest
impl Sync for FetchLabelsRequest
impl Unpin for FetchLabelsRequest
impl UnwindSafe for FetchLabelsRequest
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