pub struct BillingMethod4 {
pub svc_dtl: Vec<BillingServiceParameters2>,
pub tax_clctn: TaxCalculation1,
}Fields§
§svc_dtl: Vec<BillingServiceParameters2>§tax_clctn: TaxCalculation1Implementations§
Source§impl BillingMethod4
impl BillingMethod4
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for BillingMethod4
impl RefUnwindSafe for BillingMethod4
impl Send for BillingMethod4
impl Sync for BillingMethod4
impl Unpin for BillingMethod4
impl UnwindSafe for BillingMethod4
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