pub struct SendEmailRequest;Expand description
Endpoint marker for the com.atproto.admin.sendEmail procedure.
Path: /xrpc/com.atproto.admin.sendEmail. The request payload type is SendEmail<S>; send that request with jacquard::Client or use this marker through lower-level XrpcEndpoint APIs.
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 UnsafeUnpin 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