pub struct GetRateHistoryResponse {
pub rows: Option<Vec<GetRateHistoryResponseRowsInner>>,
pub total: Option<String>,
}Fields§
§rows: Option<Vec<GetRateHistoryResponseRowsInner>>§total: Option<String>Implementations§
Source§impl GetRateHistoryResponse
impl GetRateHistoryResponse
pub fn new() -> GetRateHistoryResponse
Trait Implementations§
Source§impl Clone for GetRateHistoryResponse
impl Clone for GetRateHistoryResponse
Source§fn clone(&self) -> GetRateHistoryResponse
fn clone(&self) -> GetRateHistoryResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetRateHistoryResponse
impl Debug for GetRateHistoryResponse
Source§impl Default for GetRateHistoryResponse
impl Default for GetRateHistoryResponse
Source§fn default() -> GetRateHistoryResponse
fn default() -> GetRateHistoryResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetRateHistoryResponse
impl<'de> Deserialize<'de> for GetRateHistoryResponse
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 PartialEq for GetRateHistoryResponse
impl PartialEq for GetRateHistoryResponse
Source§fn eq(&self, other: &GetRateHistoryResponse) -> bool
fn eq(&self, other: &GetRateHistoryResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GetRateHistoryResponse
impl Serialize for GetRateHistoryResponse
impl StructuralPartialEq for GetRateHistoryResponse
Auto Trait Implementations§
impl Freeze for GetRateHistoryResponse
impl RefUnwindSafe for GetRateHistoryResponse
impl Send for GetRateHistoryResponse
impl Sync for GetRateHistoryResponse
impl Unpin for GetRateHistoryResponse
impl UnsafeUnpin for GetRateHistoryResponse
impl UnwindSafe for GetRateHistoryResponse
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