Struct binance::rest_model::IsolatedTransfersQuery
source · pub struct IsolatedTransfersQuery {
pub symbol: String,
pub asset: Option<String>,
pub start_time: Option<u64>,
pub end_time: Option<u64>,
pub current: Option<u16>,
pub size: Option<u8>,
pub trans_from: Option<IsolatedMarginTransferType>,
pub trans_to: Option<IsolatedMarginTransferType>,
}Expand description
archived and is_isolated are only applicable to certain endpoints refer to Binance documentation for full disclosure
Fields§
§symbol: String§asset: Option<String>§start_time: Option<u64>§end_time: Option<u64>§current: Option<u16>§size: Option<u8>§trans_from: Option<IsolatedMarginTransferType>§trans_to: Option<IsolatedMarginTransferType>Trait Implementations§
source§impl Clone for IsolatedTransfersQuery
impl Clone for IsolatedTransfersQuery
source§fn clone(&self) -> IsolatedTransfersQuery
fn clone(&self) -> IsolatedTransfersQuery
Returns a copy 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 IsolatedTransfersQuery
impl Debug for IsolatedTransfersQuery
source§impl Default for IsolatedTransfersQuery
impl Default for IsolatedTransfersQuery
source§fn default() -> IsolatedTransfersQuery
fn default() -> IsolatedTransfersQuery
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for IsolatedTransfersQuery
impl<'de> Deserialize<'de> for IsolatedTransfersQuery
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