pub struct GetInviteCodesResponse;Expand description
Response type for com.atproto.admin.getInviteCodes
Trait Implementations§
Source§impl XrpcResp for GetInviteCodesResponse
impl XrpcResp for GetInviteCodesResponse
Source§type Output<'de> = GetInviteCodesOutput<'de>
type Output<'de> = GetInviteCodesOutput<'de>
Response output type
Source§type Err<'de> = GenericError<'de>
type Err<'de> = GenericError<'de>
Error type for this request
Auto Trait Implementations§
impl Freeze for GetInviteCodesResponse
impl RefUnwindSafe for GetInviteCodesResponse
impl Send for GetInviteCodesResponse
impl Sync for GetInviteCodesResponse
impl Unpin for GetInviteCodesResponse
impl UnwindSafe for GetInviteCodesResponse
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