pub struct GetWithdrawHistoryParams { /* private fields */ }Implementations§
Source§impl GetWithdrawHistoryParams
impl GetWithdrawHistoryParams
pub fn new() -> Self
pub fn coin(self, value: impl Into<String>) -> Self
pub fn status(self, value: WithdrawStatus) -> Self
pub fn withdraw_order_id(self, value: impl Into<String>) -> Self
pub fn start_time(self, value: Timestamp) -> Self
pub fn end_time(self, value: Timestamp) -> Self
pub fn limit(self, value: u32) -> Self
pub fn offset(self, value: u32) -> Self
pub fn recv_window(self, value: u64) -> Self
Trait Implementations§
Source§impl Debug for GetWithdrawHistoryParams
impl Debug for GetWithdrawHistoryParams
Source§impl Default for GetWithdrawHistoryParams
impl Default for GetWithdrawHistoryParams
Source§fn default() -> GetWithdrawHistoryParams
fn default() -> GetWithdrawHistoryParams
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetWithdrawHistoryParams
impl PartialEq for GetWithdrawHistoryParams
Source§fn eq(&self, other: &GetWithdrawHistoryParams) -> bool
fn eq(&self, other: &GetWithdrawHistoryParams) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GetWithdrawHistoryParams
impl Serialize for GetWithdrawHistoryParams
impl StructuralPartialEq for GetWithdrawHistoryParams
Auto Trait Implementations§
impl Freeze for GetWithdrawHistoryParams
impl RefUnwindSafe for GetWithdrawHistoryParams
impl Send for GetWithdrawHistoryParams
impl Sync for GetWithdrawHistoryParams
impl Unpin for GetWithdrawHistoryParams
impl UnsafeUnpin for GetWithdrawHistoryParams
impl UnwindSafe for GetWithdrawHistoryParams
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