pub struct Submarket {
pub display_name: Option<String>,
pub name: Option<String>,
}
Expand description
The submarket in which the underlyings listed in symbol
located.
Fields§
§display_name: Option<String>
Translated submarket name.\n
name: Option<String>
Submarket name.\n
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Submarket
impl<'de> Deserialize<'de> for Submarket
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 Submarket
impl RefUnwindSafe for Submarket
impl Send for Submarket
impl Sync for Submarket
impl Unpin for Submarket
impl UnwindSafe for Submarket
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