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