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