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