pub struct WithdrawalHistoryRequest { /* private fields */ }Expand description
Query parameters for Funding::get_withdrawal_history.
Implementations§
Source§impl WithdrawalHistoryRequest
impl WithdrawalHistoryRequest
Sourcepub fn withdrawal_id(self, wd_id: impl Into<String>) -> Self
pub fn withdrawal_id(self, wd_id: impl Into<String>) -> Self
Filter by withdrawal ID.
Sourcepub fn withdrawal_type(self, withdrawal_type: impl Into<String>) -> Self
pub fn withdrawal_type(self, withdrawal_type: impl Into<String>) -> Self
Filter by withdrawal type.
Sourcepub fn to_addr_type(self, to_addr_type: impl Into<String>) -> Self
pub fn to_addr_type(self, to_addr_type: impl Into<String>) -> Self
Filter by destination address type.
Trait Implementations§
Source§impl Clone for WithdrawalHistoryRequest
impl Clone for WithdrawalHistoryRequest
Source§fn clone(&self) -> WithdrawalHistoryRequest
fn clone(&self) -> WithdrawalHistoryRequest
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 WithdrawalHistoryRequest
impl Debug for WithdrawalHistoryRequest
Source§impl Default for WithdrawalHistoryRequest
impl Default for WithdrawalHistoryRequest
Source§fn default() -> WithdrawalHistoryRequest
fn default() -> WithdrawalHistoryRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WithdrawalHistoryRequest
impl RefUnwindSafe for WithdrawalHistoryRequest
impl Send for WithdrawalHistoryRequest
impl Sync for WithdrawalHistoryRequest
impl Unpin for WithdrawalHistoryRequest
impl UnsafeUnpin for WithdrawalHistoryRequest
impl UnwindSafe for WithdrawalHistoryRequest
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