Struct ib_client::models::scanner_params_scan_type_list_scan_type::ScannerParamsScanTypeListScanType[][src]

pub struct ScannerParamsScanTypeListScanType {
    pub instruments: Option<String>,
    pub display_name: Option<String>,
    pub scan_code: Option<String>,
}

Fields

instruments: Option<String>

Instrument types separated by a comma which are supported for this scan type

display_name: Option<String>scan_code: Option<String>

scan code which ahs to be provided while querying scanner with this scan type

Implementations

impl ScannerParamsScanTypeListScanType[src]

Trait Implementations

impl Clone for ScannerParamsScanTypeListScanType[src]

impl Debug for ScannerParamsScanTypeListScanType[src]

impl<'de> Deserialize<'de> for ScannerParamsScanTypeListScanType[src]

impl PartialEq<ScannerParamsScanTypeListScanType> for ScannerParamsScanTypeListScanType[src]

impl Serialize for ScannerParamsScanTypeListScanType[src]

impl StructuralPartialEq for ScannerParamsScanTypeListScanType[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.