pub struct IserverScannerParamsLocationTree {
pub display_name: Option<String>,
pub locations: Option<Vec<IserverScannerParamsLocationTreeLocation>>,
pub type: Option<String>,
}Fields§
§display_name: Option<String>Returns the overarching instrument type to designate the location.
locations: Option<Vec<IserverScannerParamsLocationTreeLocation>>§type: Option<String>Returns the code value of the market scanner instrument type value.
Trait Implementations§
Source§impl Clone for IserverScannerParamsLocationTree
impl Clone for IserverScannerParamsLocationTree
Source§fn clone(&self) -> IserverScannerParamsLocationTree
fn clone(&self) -> IserverScannerParamsLocationTree
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<'de> Deserialize<'de> for IserverScannerParamsLocationTree
impl<'de> Deserialize<'de> for IserverScannerParamsLocationTree
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
impl StructuralPartialEq for IserverScannerParamsLocationTree
Auto Trait Implementations§
impl Freeze for IserverScannerParamsLocationTree
impl RefUnwindSafe for IserverScannerParamsLocationTree
impl Send for IserverScannerParamsLocationTree
impl Sync for IserverScannerParamsLocationTree
impl Unpin for IserverScannerParamsLocationTree
impl UnsafeUnpin for IserverScannerParamsLocationTree
impl UnwindSafe for IserverScannerParamsLocationTree
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