pub struct BlockRfqLegsQuote {
pub instrument_name: String,
pub price: f64,
pub ratio: i64,
pub direction: Direction,
}Fields§
§instrument_name: String§price: f64§ratio: i64§direction: DirectionTrait Implementations§
Source§impl Clone for BlockRfqLegsQuote
impl Clone for BlockRfqLegsQuote
Source§fn clone(&self) -> BlockRfqLegsQuote
fn clone(&self) -> BlockRfqLegsQuote
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 Debug for BlockRfqLegsQuote
impl Debug for BlockRfqLegsQuote
Source§impl Default for BlockRfqLegsQuote
impl Default for BlockRfqLegsQuote
Source§fn default() -> BlockRfqLegsQuote
fn default() -> BlockRfqLegsQuote
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BlockRfqLegsQuote
impl<'de> Deserialize<'de> for BlockRfqLegsQuote
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 BlockRfqLegsQuote
impl PartialEq for BlockRfqLegsQuote
Source§impl Serialize for BlockRfqLegsQuote
impl Serialize for BlockRfqLegsQuote
impl StructuralPartialEq for BlockRfqLegsQuote
Auto Trait Implementations§
impl Freeze for BlockRfqLegsQuote
impl RefUnwindSafe for BlockRfqLegsQuote
impl Send for BlockRfqLegsQuote
impl Sync for BlockRfqLegsQuote
impl Unpin for BlockRfqLegsQuote
impl UnwindSafe for BlockRfqLegsQuote
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