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