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