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