pub struct CreditLine3 {
pub incl: bool,
pub tp: Option<CreditLineType1Choice>,
pub amt: Option<ActiveOrHistoricCurrencyAndAmount>,
pub dt: Option<DateAndDateTime2Choice>,
}Fields§
§incl: bool§tp: Option<CreditLineType1Choice>§amt: Option<ActiveOrHistoricCurrencyAndAmount>§dt: Option<DateAndDateTime2Choice>Implementations§
Source§impl CreditLine3
impl CreditLine3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CreditLine3
impl RefUnwindSafe for CreditLine3
impl Send for CreditLine3
impl Sync for CreditLine3
impl Unpin for CreditLine3
impl UnwindSafe for CreditLine3
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