pub struct GetBnsolRateHistoryResponse {
pub rows: Option<Vec<GetBnsolRateHistoryResponseRowsInner>>,
pub total: Option<String>,
}Fields§
§rows: Option<Vec<GetBnsolRateHistoryResponseRowsInner>>§total: Option<String>Implementations§
Source§impl GetBnsolRateHistoryResponse
impl GetBnsolRateHistoryResponse
pub fn new() -> GetBnsolRateHistoryResponse
Trait Implementations§
Source§impl Clone for GetBnsolRateHistoryResponse
impl Clone for GetBnsolRateHistoryResponse
Source§fn clone(&self) -> GetBnsolRateHistoryResponse
fn clone(&self) -> GetBnsolRateHistoryResponse
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 GetBnsolRateHistoryResponse
impl Debug for GetBnsolRateHistoryResponse
Source§impl Default for GetBnsolRateHistoryResponse
impl Default for GetBnsolRateHistoryResponse
Source§fn default() -> GetBnsolRateHistoryResponse
fn default() -> GetBnsolRateHistoryResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetBnsolRateHistoryResponse
impl<'de> Deserialize<'de> for GetBnsolRateHistoryResponse
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 GetBnsolRateHistoryResponse
impl PartialEq for GetBnsolRateHistoryResponse
Source§fn eq(&self, other: &GetBnsolRateHistoryResponse) -> bool
fn eq(&self, other: &GetBnsolRateHistoryResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetBnsolRateHistoryResponse
Auto Trait Implementations§
impl Freeze for GetBnsolRateHistoryResponse
impl RefUnwindSafe for GetBnsolRateHistoryResponse
impl Send for GetBnsolRateHistoryResponse
impl Sync for GetBnsolRateHistoryResponse
impl Unpin for GetBnsolRateHistoryResponse
impl UnsafeUnpin for GetBnsolRateHistoryResponse
impl UnwindSafe for GetBnsolRateHistoryResponse
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