pub struct BlockRfqTradesNotificationTrades {
pub amount: Option<f64>,
pub direction: Option<Direction>,
pub hedge_amount: Option<f64>,
pub price: Option<f64>,
}Fields§
§amount: Option<f64>§direction: Option<Direction>§hedge_amount: Option<f64>§price: Option<f64>Trait Implementations§
Source§impl Clone for BlockRfqTradesNotificationTrades
impl Clone for BlockRfqTradesNotificationTrades
Source§fn clone(&self) -> BlockRfqTradesNotificationTrades
fn clone(&self) -> BlockRfqTradesNotificationTrades
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 Default for BlockRfqTradesNotificationTrades
impl Default for BlockRfqTradesNotificationTrades
Source§fn default() -> BlockRfqTradesNotificationTrades
fn default() -> BlockRfqTradesNotificationTrades
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BlockRfqTradesNotificationTrades
impl<'de> Deserialize<'de> for BlockRfqTradesNotificationTrades
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 BlockRfqTradesNotificationTrades
impl PartialEq for BlockRfqTradesNotificationTrades
Source§fn eq(&self, other: &BlockRfqTradesNotificationTrades) -> bool
fn eq(&self, other: &BlockRfqTradesNotificationTrades) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BlockRfqTradesNotificationTrades
Auto Trait Implementations§
impl Freeze for BlockRfqTradesNotificationTrades
impl RefUnwindSafe for BlockRfqTradesNotificationTrades
impl Send for BlockRfqTradesNotificationTrades
impl Sync for BlockRfqTradesNotificationTrades
impl Unpin for BlockRfqTradesNotificationTrades
impl UnwindSafe for BlockRfqTradesNotificationTrades
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