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