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