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