pub struct CreateTokenPersonDob {
pub day: i64,
pub month: i64,
pub year: i64,
}
Fields§
§day: i64
The day of birth, between 1 and 31.
month: i64
The month of birth, between 1 and 12.
year: i64
The four-digit year of birth.
Trait Implementations§
source§impl Clone for CreateTokenPersonDob
impl Clone for CreateTokenPersonDob
source§fn clone(&self) -> CreateTokenPersonDob
fn clone(&self) -> CreateTokenPersonDob
Returns a copy 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 CreateTokenPersonDob
impl Debug for CreateTokenPersonDob
source§impl Default for CreateTokenPersonDob
impl Default for CreateTokenPersonDob
source§fn default() -> CreateTokenPersonDob
fn default() -> CreateTokenPersonDob
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CreateTokenPersonDob
impl<'de> Deserialize<'de> for CreateTokenPersonDob
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more