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