Struct binance::rest_model::OrderSumaryState
source · [−]pub struct OrderSumaryState {
pub id: u64,
pub price: f64,
pub qty: f64,
pub quote_qty: f64,
pub symbol: String,
pub time: u128,
}Fields
id: u64price: f64qty: f64quote_qty: f64symbol: Stringtime: u128Trait Implementations
sourceimpl Clone for OrderSumaryState
impl Clone for OrderSumaryState
sourcefn clone(&self) -> OrderSumaryState
fn clone(&self) -> OrderSumaryState
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 OrderSumaryState
impl Debug for OrderSumaryState
sourceimpl<'de> Deserialize<'de> for OrderSumaryState
impl<'de> Deserialize<'de> for OrderSumaryState
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 OrderSumaryState
impl Serialize for OrderSumaryState
Auto Trait Implementations
impl RefUnwindSafe for OrderSumaryState
impl Send for OrderSumaryState
impl Sync for OrderSumaryState
impl Unpin for OrderSumaryState
impl UnwindSafe for OrderSumaryState
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