pub struct BillingPrice1 {
pub ccy: Option<String>,
pub unit_pric: Option<AmountAndDirection34>,
pub mtd: Option<BillingChargeMethod1Code>,
pub rule: Option<String>,
}Fields§
§ccy: Option<String>§unit_pric: Option<AmountAndDirection34>§mtd: Option<BillingChargeMethod1Code>§rule: Option<String>Implementations§
Source§impl BillingPrice1
impl BillingPrice1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for BillingPrice1
impl RefUnwindSafe for BillingPrice1
impl Send for BillingPrice1
impl Sync for BillingPrice1
impl Unpin for BillingPrice1
impl UnwindSafe for BillingPrice1
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