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