pub struct MultivariateLookupMsg {
pub collection_ticker: String,
pub market_ticker: String,
pub selected_markets: Vec<SelectedMarket>,
}Fields§
§collection_ticker: String§market_ticker: String§selected_markets: Vec<SelectedMarket>Trait Implementations§
Source§impl Debug for MultivariateLookupMsg
impl Debug for MultivariateLookupMsg
Source§impl<'de> Deserialize<'de> for MultivariateLookupMsg
impl<'de> Deserialize<'de> for MultivariateLookupMsg
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 MultivariateLookupMsg
impl RefUnwindSafe for MultivariateLookupMsg
impl Send for MultivariateLookupMsg
impl Sync for MultivariateLookupMsg
impl Unpin for MultivariateLookupMsg
impl UnwindSafe for MultivariateLookupMsg
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