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