Struct binance::rest_model::MarginOwnTradesQuery
source · [−]pub struct MarginOwnTradesQuery {
pub symbol: String,
pub is_isolated: Option<String>,
pub from_id: u64,
pub start_time: Option<u64>,
pub end_time: Option<u64>,
pub limit: Option<u8>,
}Fields
symbol: Stringis_isolated: Option<String>“TRUE” or “FALSE”, default is “FALSE”
from_id: u64start_time: Option<u64>end_time: Option<u64>limit: Option<u8>Trait Implementations
sourceimpl Clone for MarginOwnTradesQuery
impl Clone for MarginOwnTradesQuery
sourcefn clone(&self) -> MarginOwnTradesQuery
fn clone(&self) -> MarginOwnTradesQuery
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 MarginOwnTradesQuery
impl Debug for MarginOwnTradesQuery
sourceimpl Default for MarginOwnTradesQuery
impl Default for MarginOwnTradesQuery
sourcefn default() -> MarginOwnTradesQuery
fn default() -> MarginOwnTradesQuery
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for MarginOwnTradesQuery
impl<'de> Deserialize<'de> for MarginOwnTradesQuery
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 MarginOwnTradesQuery
impl Serialize for MarginOwnTradesQuery
Auto Trait Implementations
impl RefUnwindSafe for MarginOwnTradesQuery
impl Send for MarginOwnTradesQuery
impl Sync for MarginOwnTradesQuery
impl Unpin for MarginOwnTradesQuery
impl UnwindSafe for MarginOwnTradesQuery
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