pub struct ProvidedDetailsParam {
pub email: Option<String>,
pub phone: Option<String>,
}
Fields§
§email: Option<String>
Email of user being verified
phone: Option<String>
Phone number of user being verified
Implementations§
Trait Implementations§
Source§impl Clone for ProvidedDetailsParam
impl Clone for ProvidedDetailsParam
Source§fn clone(&self) -> ProvidedDetailsParam
fn clone(&self) -> ProvidedDetailsParam
Returns a duplicate of the value. Read more
1.0.0 · 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 ProvidedDetailsParam
impl Debug for ProvidedDetailsParam
Source§impl Default for ProvidedDetailsParam
impl Default for ProvidedDetailsParam
Auto Trait Implementations§
impl Freeze for ProvidedDetailsParam
impl RefUnwindSafe for ProvidedDetailsParam
impl Send for ProvidedDetailsParam
impl Sync for ProvidedDetailsParam
impl Unpin for ProvidedDetailsParam
impl UnwindSafe for ProvidedDetailsParam
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