pub struct BillingRate1 {
pub id: BillingRateIdentification1Choice,
pub val: f64,
pub days_in_prd: Option<f64>,
pub days_in_yr: Option<f64>,
}Fields§
§id: BillingRateIdentification1Choice§val: f64§days_in_prd: Option<f64>§days_in_yr: Option<f64>Implementations§
Source§impl BillingRate1
impl BillingRate1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for BillingRate1
impl RefUnwindSafe for BillingRate1
impl Send for BillingRate1
impl Sync for BillingRate1
impl Unpin for BillingRate1
impl UnwindSafe for BillingRate1
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