pub struct Charges15 {
pub ttl_chrgs_and_tax_amt: Option<ActiveOrHistoricCurrencyAndAmount>,
pub rcrd: Option<Vec<ChargesRecord8>>,
}Fields§
§ttl_chrgs_and_tax_amt: Option<ActiveOrHistoricCurrencyAndAmount>§rcrd: Option<Vec<ChargesRecord8>>Implementations§
Auto Trait Implementations§
impl Freeze for Charges15
impl RefUnwindSafe for Charges15
impl Send for Charges15
impl Sync for Charges15
impl Unpin for Charges15
impl UnwindSafe for Charges15
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