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