pub struct DepositWithdrawStatusRequest { /* private fields */ }Expand description
Query parameters for [Funding::get_deposit_withdraw_status].
Implementations§
Source§impl DepositWithdrawStatusRequest
impl DepositWithdrawStatusRequest
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.
Trait Implementations§
Source§impl Clone for DepositWithdrawStatusRequest
impl Clone for DepositWithdrawStatusRequest
Source§fn clone(&self) -> DepositWithdrawStatusRequest
fn clone(&self) -> DepositWithdrawStatusRequest
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 DepositWithdrawStatusRequest
impl Debug for DepositWithdrawStatusRequest
Source§impl Default for DepositWithdrawStatusRequest
impl Default for DepositWithdrawStatusRequest
Source§fn default() -> DepositWithdrawStatusRequest
fn default() -> DepositWithdrawStatusRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DepositWithdrawStatusRequest
impl RefUnwindSafe for DepositWithdrawStatusRequest
impl Send for DepositWithdrawStatusRequest
impl Sync for DepositWithdrawStatusRequest
impl Unpin for DepositWithdrawStatusRequest
impl UnsafeUnpin for DepositWithdrawStatusRequest
impl UnwindSafe for DepositWithdrawStatusRequest
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