pub struct GelatoProvidedDetails {
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
Trait Implementations§
Source§impl Clone for GelatoProvidedDetails
impl Clone for GelatoProvidedDetails
Source§fn clone(&self) -> GelatoProvidedDetails
fn clone(&self) -> GelatoProvidedDetails
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 GelatoProvidedDetails
impl Debug for GelatoProvidedDetails
Source§impl Deserialize for GelatoProvidedDetails
impl Deserialize for GelatoProvidedDetails
Source§impl FromValueOpt for GelatoProvidedDetails
impl FromValueOpt for GelatoProvidedDetails
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for GelatoProvidedDetails
impl RefUnwindSafe for GelatoProvidedDetails
impl Send for GelatoProvidedDetails
impl Sync for GelatoProvidedDetails
impl Unpin for GelatoProvidedDetails
impl UnwindSafe for GelatoProvidedDetails
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