pub struct RfqCounterparty {
pub trader_name: Option<String>,
pub desk_code: Option<String>,
pub type_: Option<String>,
}Expand description
RFQ counterparty definition.
Fields§
§trader_name: Option<String>§desk_code: Option<String>§type_: Option<String>Trait Implementations§
Source§impl Clone for RfqCounterparty
impl Clone for RfqCounterparty
Source§fn clone(&self) -> RfqCounterparty
fn clone(&self) -> RfqCounterparty
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RfqCounterparty
impl Debug for RfqCounterparty
Source§impl<'de> Deserialize<'de> for RfqCounterparty
impl<'de> Deserialize<'de> for RfqCounterparty
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
Auto Trait Implementations§
impl Freeze for RfqCounterparty
impl RefUnwindSafe for RfqCounterparty
impl Send for RfqCounterparty
impl Sync for RfqCounterparty
impl Unpin for RfqCounterparty
impl UnsafeUnpin for RfqCounterparty
impl UnwindSafe for RfqCounterparty
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