pub struct PreferenceToIncome5Choice {
pub cd: Option<PreferenceToIncome1Code>,
pub prtry: Option<GenericIdentification30>,
}Fields§
§cd: Option<PreferenceToIncome1Code>§prtry: Option<GenericIdentification30>Implementations§
Source§impl PreferenceToIncome5Choice
impl PreferenceToIncome5Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PreferenceToIncome5Choice
impl RefUnwindSafe for PreferenceToIncome5Choice
impl Send for PreferenceToIncome5Choice
impl Sync for PreferenceToIncome5Choice
impl Unpin for PreferenceToIncome5Choice
impl UnwindSafe for PreferenceToIncome5Choice
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