Struct TransferHistoryRequest
pub struct TransferHistoryRequest {
pub asset: Option<String>,
pub network: Option<Network>,
pub cursor: Option<Cursor>,
pub limit: Option<u32>,
}Expand description
One page of deposit or withdrawal history.
Fields§
§asset: Option<String>Optional asset filter.
network: Option<Network>Optional canonical network filter.
cursor: Option<Cursor>Provider cursor returned by a previous page.
limit: Option<u32>Target page size.
Implementations§
§impl TransferHistoryRequest
impl TransferHistoryRequest
pub fn new() -> Self
pub fn new() -> Self
Starts an unfiltered history request.
Trait Implementations§
§impl Clone for TransferHistoryRequest
impl Clone for TransferHistoryRequest
§fn clone(&self) -> TransferHistoryRequest
fn clone(&self) -> TransferHistoryRequest
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 more§impl Debug for TransferHistoryRequest
impl Debug for TransferHistoryRequest
§impl Default for TransferHistoryRequest
impl Default for TransferHistoryRequest
§fn default() -> TransferHistoryRequest
fn default() -> TransferHistoryRequest
Returns the “default value” for a type. Read more
impl Eq for TransferHistoryRequest
§impl PartialEq for TransferHistoryRequest
impl PartialEq for TransferHistoryRequest
impl StructuralPartialEq for TransferHistoryRequest
Auto Trait Implementations§
impl Freeze for TransferHistoryRequest
impl RefUnwindSafe for TransferHistoryRequest
impl Send for TransferHistoryRequest
impl Sync for TransferHistoryRequest
impl Unpin for TransferHistoryRequest
impl UnsafeUnpin for TransferHistoryRequest
impl UnwindSafe for TransferHistoryRequest
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.