pub struct GetWalletWithdrawals {
pub limit: Option<usize>,
pub start_time: Option<DateTime<Utc>>,
pub end_time: Option<DateTime<Utc>>,
}Fields§
§limit: Option<usize>§start_time: Option<DateTime<Utc>>§end_time: Option<DateTime<Utc>>Trait Implementations§
Source§impl Clone for GetWalletWithdrawals
impl Clone for GetWalletWithdrawals
Source§fn clone(&self) -> GetWalletWithdrawals
fn clone(&self) -> GetWalletWithdrawals
Returns a duplicate of the value. Read more
1.0.0 · 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 GetWalletWithdrawals
impl Debug for GetWalletWithdrawals
Source§impl Default for GetWalletWithdrawals
impl Default for GetWalletWithdrawals
Source§fn default() -> GetWalletWithdrawals
fn default() -> GetWalletWithdrawals
Returns the “default value” for a type. Read more
Source§impl Request for GetWalletWithdrawals
impl Request for GetWalletWithdrawals
Auto Trait Implementations§
impl Freeze for GetWalletWithdrawals
impl RefUnwindSafe for GetWalletWithdrawals
impl Send for GetWalletWithdrawals
impl Sync for GetWalletWithdrawals
impl Unpin for GetWalletWithdrawals
impl UnwindSafe for GetWalletWithdrawals
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