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