pub struct PrivateGetWithdrawalsRequest {
pub currency: Currency,
pub count: Option<i64>,
pub offset: Option<i64>,
}Fields§
§currency: Currency§count: Option<i64>§offset: Option<i64>Trait Implementations§
Source§impl Clone for PrivateGetWithdrawalsRequest
impl Clone for PrivateGetWithdrawalsRequest
Source§fn clone(&self) -> PrivateGetWithdrawalsRequest
fn clone(&self) -> PrivateGetWithdrawalsRequest
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 PrivateGetWithdrawalsRequest
impl Debug for PrivateGetWithdrawalsRequest
Source§impl Default for PrivateGetWithdrawalsRequest
impl Default for PrivateGetWithdrawalsRequest
Source§fn default() -> PrivateGetWithdrawalsRequest
fn default() -> PrivateGetWithdrawalsRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PrivateGetWithdrawalsRequest
impl<'de> Deserialize<'de> for PrivateGetWithdrawalsRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PrivateGetWithdrawalsRequest
impl PartialEq for PrivateGetWithdrawalsRequest
Source§fn eq(&self, other: &PrivateGetWithdrawalsRequest) -> bool
fn eq(&self, other: &PrivateGetWithdrawalsRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PrivateGetWithdrawalsRequest
Auto Trait Implementations§
impl Freeze for PrivateGetWithdrawalsRequest
impl RefUnwindSafe for PrivateGetWithdrawalsRequest
impl Send for PrivateGetWithdrawalsRequest
impl Sync for PrivateGetWithdrawalsRequest
impl Unpin for PrivateGetWithdrawalsRequest
impl UnwindSafe for PrivateGetWithdrawalsRequest
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