pub struct CreditedPersonInfo {
pub date_of_birth: Option<NaiveDate>,
pub external_id: Option<Vec<ExternalId>>,
}Fields§
§date_of_birth: Option<NaiveDate>Specifies date of birth for credited entity.
external_id: Option<Vec<ExternalId>>Auto Trait Implementations§
impl Freeze for CreditedPersonInfo
impl RefUnwindSafe for CreditedPersonInfo
impl Send for CreditedPersonInfo
impl Sync for CreditedPersonInfo
impl Unpin for CreditedPersonInfo
impl UnwindSafe for CreditedPersonInfo
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