pub struct CreateTokenPersonUsCfpbDataEthnicityDetails {
pub ethnicity: Option<Vec<CreateTokenPersonUsCfpbDataEthnicityDetailsEthnicity>>,
pub ethnicity_other: Option<String>,
}
Expand description
The persons ethnicity details
Fields§
§ethnicity: Option<Vec<CreateTokenPersonUsCfpbDataEthnicityDetailsEthnicity>>
The persons ethnicity
ethnicity_other: Option<String>
Please specify your origin, when other is selected.
Implementations§
Trait Implementations§
Source§impl Clone for CreateTokenPersonUsCfpbDataEthnicityDetails
impl Clone for CreateTokenPersonUsCfpbDataEthnicityDetails
Source§fn clone(&self) -> CreateTokenPersonUsCfpbDataEthnicityDetails
fn clone(&self) -> CreateTokenPersonUsCfpbDataEthnicityDetails
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 moreAuto Trait Implementations§
impl Freeze for CreateTokenPersonUsCfpbDataEthnicityDetails
impl RefUnwindSafe for CreateTokenPersonUsCfpbDataEthnicityDetails
impl Send for CreateTokenPersonUsCfpbDataEthnicityDetails
impl Sync for CreateTokenPersonUsCfpbDataEthnicityDetails
impl Unpin for CreateTokenPersonUsCfpbDataEthnicityDetails
impl UnwindSafe for CreateTokenPersonUsCfpbDataEthnicityDetails
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