pub struct ExchangeRateResult {
pub time: SmolStr,
pub rates: HashMap<SmolStr, f64>,
}Fields§
§time: SmolStr§rates: HashMap<SmolStr, f64>Trait Implementations§
Source§impl Clone for ExchangeRateResult
impl Clone for ExchangeRateResult
Source§fn clone(&self) -> ExchangeRateResult
fn clone(&self) -> ExchangeRateResult
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExchangeRateResult
impl Debug for ExchangeRateResult
Source§impl<'de> Deserialize<'de> for ExchangeRateResult
impl<'de> Deserialize<'de> for ExchangeRateResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<'a> From<&'a ExchangeRateResult> for TableRef<'a>
impl<'a> From<&'a ExchangeRateResult> for TableRef<'a>
Source§fn from(value: &'a ExchangeRateResult) -> Self
fn from(value: &'a ExchangeRateResult) -> Self
Converts to this type from the input type.
Source§impl From<ExchangeRateResult> for Table
impl From<ExchangeRateResult> for Table
Source§fn from(value: ExchangeRateResult) -> Self
fn from(value: ExchangeRateResult) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ExchangeRateResult
impl PartialEq for ExchangeRateResult
Source§impl Serialize for ExchangeRateResult
impl Serialize for ExchangeRateResult
impl StructuralPartialEq for ExchangeRateResult
Auto Trait Implementations§
impl Freeze for ExchangeRateResult
impl RefUnwindSafe for ExchangeRateResult
impl Send for ExchangeRateResult
impl Sync for ExchangeRateResult
impl Unpin for ExchangeRateResult
impl UnwindSafe for ExchangeRateResult
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)