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