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