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