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