pub struct CostsAndCharges2 {
pub ex_ante_ref_dt: Option<String>,
pub indv_cost_or_chrg: Vec<IndividualCostOrCharge2>,
pub addtl_inf: Option<AdditionalInformation15>,
}Fields§
§ex_ante_ref_dt: Option<String>§indv_cost_or_chrg: Vec<IndividualCostOrCharge2>§addtl_inf: Option<AdditionalInformation15>Implementations§
Source§impl CostsAndCharges2
impl CostsAndCharges2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CostsAndCharges2
impl RefUnwindSafe for CostsAndCharges2
impl Send for CostsAndCharges2
impl Sync for CostsAndCharges2
impl Unpin for CostsAndCharges2
impl UnwindSafe for CostsAndCharges2
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