pub struct UpdateEmailRequest;Expand description
Endpoint type for com.atproto.server.updateEmail
Trait Implementations§
Source§impl XrpcEndpoint for UpdateEmailRequest
impl XrpcEndpoint for UpdateEmailRequest
Source§const PATH: &'static str = "/xrpc/com.atproto.server.updateEmail"
const PATH: &'static str = "/xrpc/com.atproto.server.updateEmail"
Fully-qualified path (‘/xrpc/[nsid]’) where this endpoint should live on the server
Source§const METHOD: XrpcMethod
const METHOD: XrpcMethod
XRPC method (query/GET or procedure/POST)
Source§type Request<'de> = UpdateEmail<'de>
type Request<'de> = UpdateEmail<'de>
XRPC Request data type
Source§type Response = UpdateEmailResponse
type Response = UpdateEmailResponse
XRPC Response data type
Auto Trait Implementations§
impl Freeze for UpdateEmailRequest
impl RefUnwindSafe for UpdateEmailRequest
impl Send for UpdateEmailRequest
impl Sync for UpdateEmailRequest
impl Unpin for UpdateEmailRequest
impl UnsafeUnpin for UpdateEmailRequest
impl UnwindSafe for UpdateEmailRequest
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