pub struct DisableInviteCodesResponse;Expand description
Response type for com.atproto.admin.disableInviteCodes
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DisableInviteCodesResponse
impl RefUnwindSafe for DisableInviteCodesResponse
impl Send for DisableInviteCodesResponse
impl Sync for DisableInviteCodesResponse
impl Unpin for DisableInviteCodesResponse
impl UnwindSafe for DisableInviteCodesResponse
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