pub struct BillingServiceParameters2 {
pub bk_svc: BillingServiceIdentification2,
pub vol: Option<f64>,
pub unit_pric: Option<AmountAndDirection34>,
pub svc_chrg_amt: AmountAndDirection34,
}Fields§
§bk_svc: BillingServiceIdentification2§vol: Option<f64>§unit_pric: Option<AmountAndDirection34>§svc_chrg_amt: AmountAndDirection34Implementations§
Source§impl BillingServiceParameters2
impl BillingServiceParameters2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for BillingServiceParameters2
impl RefUnwindSafe for BillingServiceParameters2
impl Send for BillingServiceParameters2
impl Sync for BillingServiceParameters2
impl Unpin for BillingServiceParameters2
impl UnwindSafe for BillingServiceParameters2
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