pub struct CreateInviteCodesRequest;Expand description
Endpoint type for com.atproto.server.createInviteCodes
Trait Implementations§
Source§impl XrpcEndpoint for CreateInviteCodesRequest
impl XrpcEndpoint for CreateInviteCodesRequest
Source§const PATH: &'static str = "/xrpc/com.atproto.server.createInviteCodes"
const PATH: &'static str = "/xrpc/com.atproto.server.createInviteCodes"
Fully-qualified path (‘/xrpc/[nsid]’) where this endpoint should live on the server
Source§const METHOD: XrpcMethod
const METHOD: XrpcMethod
XRPC method (query/GET or procedure/POST)
Source§type Request<'de> = CreateInviteCodes<'de>
type Request<'de> = CreateInviteCodes<'de>
XRPC Request data type
Source§type Response = CreateInviteCodesResponse
type Response = CreateInviteCodesResponse
XRPC Response data type
Auto Trait Implementations§
impl Freeze for CreateInviteCodesRequest
impl RefUnwindSafe for CreateInviteCodesRequest
impl Send for CreateInviteCodesRequest
impl Sync for CreateInviteCodesRequest
impl Unpin for CreateInviteCodesRequest
impl UnwindSafe for CreateInviteCodesRequest
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