pub struct CreateTokenPersonUsCfpbData {
pub ethnicity_details: Option<CreateTokenPersonUsCfpbDataEthnicityDetails>,
pub race_details: Option<CreateTokenPersonUsCfpbDataRaceDetails>,
pub self_identified_gender: Option<String>,
}
Expand description
Demographic data related to the person.
Fields§
§ethnicity_details: Option<CreateTokenPersonUsCfpbDataEthnicityDetails>
The persons ethnicity details
race_details: Option<CreateTokenPersonUsCfpbDataRaceDetails>
The persons race details
self_identified_gender: Option<String>
The persons self-identified gender
Implementations§
Trait Implementations§
Source§impl Clone for CreateTokenPersonUsCfpbData
impl Clone for CreateTokenPersonUsCfpbData
Source§fn clone(&self) -> CreateTokenPersonUsCfpbData
fn clone(&self) -> CreateTokenPersonUsCfpbData
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 CreateTokenPersonUsCfpbData
impl Debug for CreateTokenPersonUsCfpbData
Auto Trait Implementations§
impl Freeze for CreateTokenPersonUsCfpbData
impl RefUnwindSafe for CreateTokenPersonUsCfpbData
impl Send for CreateTokenPersonUsCfpbData
impl Sync for CreateTokenPersonUsCfpbData
impl Unpin for CreateTokenPersonUsCfpbData
impl UnwindSafe for CreateTokenPersonUsCfpbData
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