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