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