pub struct SendEmailRequest;Expand description
Endpoint type for com.atproto.admin.sendEmail
Trait Implementations§
Source§impl XrpcEndpoint for SendEmailRequest
impl XrpcEndpoint for SendEmailRequest
Auto Trait Implementations§
impl Freeze for SendEmailRequest
impl RefUnwindSafe for SendEmailRequest
impl Send for SendEmailRequest
impl Sync for SendEmailRequest
impl Unpin for SendEmailRequest
impl UnwindSafe for SendEmailRequest
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