pub struct CountrySpecVerificationFieldDetails {
pub additional: Vec<String>,
pub minimum: Vec<String>,
}
Fields§
§additional: Vec<String>
Additional fields which are only required for some users.
minimum: Vec<String>
Fields which every account must eventually provide.
Trait Implementations§
Source§impl Clone for CountrySpecVerificationFieldDetails
impl Clone for CountrySpecVerificationFieldDetails
Source§fn clone(&self) -> CountrySpecVerificationFieldDetails
fn clone(&self) -> CountrySpecVerificationFieldDetails
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 FromValueOpt for CountrySpecVerificationFieldDetails
impl FromValueOpt for CountrySpecVerificationFieldDetails
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for CountrySpecVerificationFieldDetails
impl RefUnwindSafe for CountrySpecVerificationFieldDetails
impl Send for CountrySpecVerificationFieldDetails
impl Sync for CountrySpecVerificationFieldDetails
impl Unpin for CountrySpecVerificationFieldDetails
impl UnwindSafe for CountrySpecVerificationFieldDetails
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