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