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