pub struct ExPostCostCalculationBasis1Choice {
pub cd: Option<ExPostCostCalculationBasis1Code>,
pub prtry: Option<GenericIdentification47>,
}Fields§
§cd: Option<ExPostCostCalculationBasis1Code>§prtry: Option<GenericIdentification47>Implementations§
Source§impl ExPostCostCalculationBasis1Choice
impl ExPostCostCalculationBasis1Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ExPostCostCalculationBasis1Choice
impl RefUnwindSafe for ExPostCostCalculationBasis1Choice
impl Send for ExPostCostCalculationBasis1Choice
impl Sync for ExPostCostCalculationBasis1Choice
impl Unpin for ExPostCostCalculationBasis1Choice
impl UnwindSafe for ExPostCostCalculationBasis1Choice
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