pub struct TaxCharges2 {
pub id: Option<String>,
pub rate: Option<f64>,
pub amt: Option<ActiveOrHistoricCurrencyAndAmount>,
}Fields§
§id: Option<String>§rate: Option<f64>§amt: Option<ActiveOrHistoricCurrencyAndAmount>Implementations§
Source§impl TaxCharges2
impl TaxCharges2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TaxCharges2
impl RefUnwindSafe for TaxCharges2
impl Send for TaxCharges2
impl Sync for TaxCharges2
impl Unpin for TaxCharges2
impl UnwindSafe for TaxCharges2
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