pub struct ProviderDetectRequest {
pub email: EmailAddress,
}Expand description
Provider detection request
Fields§
§email: EmailAddressEmail address to detect provider for
Trait Implementations§
Source§impl Clone for ProviderDetectRequest
impl Clone for ProviderDetectRequest
Source§fn clone(&self) -> ProviderDetectRequest
fn clone(&self) -> ProviderDetectRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProviderDetectRequest
impl Debug for ProviderDetectRequest
Auto Trait Implementations§
impl Freeze for ProviderDetectRequest
impl RefUnwindSafe for ProviderDetectRequest
impl Send for ProviderDetectRequest
impl Sync for ProviderDetectRequest
impl Unpin for ProviderDetectRequest
impl UnsafeUnpin for ProviderDetectRequest
impl UnwindSafe for ProviderDetectRequest
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