pub struct IndividualCostOrCharge2 {
pub cost_tp: ChargeType8Choice,
pub ex_ante_or_ex_pst: IntendedOrActual2Code,
pub amt: Option<ActiveCurrencyAnd13DecimalAmount>,
pub sgn: Option<bool>,
pub rate: Option<f64>,
pub ref_prd: Option<Period15>,
pub addtl_inf: Option<AdditionalInformation15>,
}Fields§
§cost_tp: ChargeType8Choice§ex_ante_or_ex_pst: IntendedOrActual2Code§amt: Option<ActiveCurrencyAnd13DecimalAmount>§sgn: Option<bool>§rate: Option<f64>§ref_prd: Option<Period15>§addtl_inf: Option<AdditionalInformation15>Implementations§
Source§impl IndividualCostOrCharge2
impl IndividualCostOrCharge2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for IndividualCostOrCharge2
impl RefUnwindSafe for IndividualCostOrCharge2
impl Send for IndividualCostOrCharge2
impl Sync for IndividualCostOrCharge2
impl Unpin for IndividualCostOrCharge2
impl UnwindSafe for IndividualCostOrCharge2
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