pub struct LimitStructure6 {
pub lmt_id: LimitIdentification8,
pub start_dt_tm: Option<DateAndDateTime2Choice>,
pub amt: Amount2Choice,
pub cdt_dbt_ind: Option<CreditDebitCode>,
}Fields§
§lmt_id: LimitIdentification8§start_dt_tm: Option<DateAndDateTime2Choice>§amt: Amount2Choice§cdt_dbt_ind: Option<CreditDebitCode>Implementations§
Source§impl LimitStructure6
impl LimitStructure6
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for LimitStructure6
impl RefUnwindSafe for LimitStructure6
impl Send for LimitStructure6
impl Sync for LimitStructure6
impl Unpin for LimitStructure6
impl UnwindSafe for LimitStructure6
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