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