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