pub struct FetchProvidersForEmailRequestBodyPayload { /* private fields */ }Expand description
Request body payload for the fetch providers for email API.
See also API reference.
Implementations§
Source§impl FetchProvidersForEmailRequestBodyPayload
impl FetchProvidersForEmailRequestBodyPayload
Sourcepub fn new(identifier: String, continue_uri: String) -> Self
pub fn new(identifier: String, continue_uri: String) -> Self
Creates a new request body payload for the fetch providers for email API.
See also API reference.
§Arguments
identifier- User’s email addresscontinue_uri- The URI to which the IDP redirects the user back. For this use case, this is just the current URL.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FetchProvidersForEmailRequestBodyPayload
impl RefUnwindSafe for FetchProvidersForEmailRequestBodyPayload
impl Send for FetchProvidersForEmailRequestBodyPayload
impl Sync for FetchProvidersForEmailRequestBodyPayload
impl Unpin for FetchProvidersForEmailRequestBodyPayload
impl UnwindSafe for FetchProvidersForEmailRequestBodyPayload
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