pub struct GetTransactionHistoryParams {
pub date_from: Option<String>,
pub date_to: Option<String>,
}Expand description
Parameters for Client::get_transaction_history (wire method getTransactionHistory).
Fields§
§date_from: Option<String>§date_to: Option<String>Trait Implementations§
Source§impl Clone for GetTransactionHistoryParams
impl Clone for GetTransactionHistoryParams
Source§fn clone(&self) -> GetTransactionHistoryParams
fn clone(&self) -> GetTransactionHistoryParams
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 GetTransactionHistoryParams
impl Debug for GetTransactionHistoryParams
Source§impl Default for GetTransactionHistoryParams
impl Default for GetTransactionHistoryParams
Source§fn default() -> GetTransactionHistoryParams
fn default() -> GetTransactionHistoryParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetTransactionHistoryParams
impl RefUnwindSafe for GetTransactionHistoryParams
impl Send for GetTransactionHistoryParams
impl Sync for GetTransactionHistoryParams
impl Unpin for GetTransactionHistoryParams
impl UnsafeUnpin for GetTransactionHistoryParams
impl UnwindSafe for GetTransactionHistoryParams
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