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