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