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: Stringasset: 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
sourceimpl Clone for IsolatedTransfersQuery
impl Clone for IsolatedTransfersQuery
sourcefn clone(&self) -> IsolatedTransfersQuery
fn clone(&self) -> IsolatedTransfersQuery
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for IsolatedTransfersQuery
impl Debug for IsolatedTransfersQuery
sourceimpl Default for IsolatedTransfersQuery
impl Default for IsolatedTransfersQuery
sourcefn default() -> IsolatedTransfersQuery
fn default() -> IsolatedTransfersQuery
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for IsolatedTransfersQuery
impl<'de> Deserialize<'de> for IsolatedTransfersQuery
sourcefn 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
sourceimpl Serialize for IsolatedTransfersQuery
impl Serialize for IsolatedTransfersQuery
Auto Trait Implementations
impl RefUnwindSafe for IsolatedTransfersQuery
impl Send for IsolatedTransfersQuery
impl Sync for IsolatedTransfersQuery
impl Unpin for IsolatedTransfersQuery
impl UnwindSafe for IsolatedTransfersQuery
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more