pub struct AmountAndDirection35 {
pub amt: f64,
pub cdt_dbt_ind: CreditDebitCode,
}Fields§
§amt: f64§cdt_dbt_ind: CreditDebitCodeImplementations§
Source§impl AmountAndDirection35
impl AmountAndDirection35
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AmountAndDirection35
impl RefUnwindSafe for AmountAndDirection35
impl Send for AmountAndDirection35
impl Sync for AmountAndDirection35
impl Unpin for AmountAndDirection35
impl UnwindSafe for AmountAndDirection35
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