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