[][src]Struct ib::models::ScannerParams

pub struct ScannerParams { /* fields omitted */ }

Methods

impl ScannerParams
[src]

pub fn new() -> ScannerParams
[src]

pub fn set_instrument(&mut self, instrument: String)
[src]

pub fn with_instrument(self, instrument: String) -> ScannerParams
[src]

pub fn instrument(&self) -> Option<&String>
[src]

pub fn reset_instrument(&mut self)
[src]

pub fn set__type(&mut self, _type: String)
[src]

pub fn with__type(self, _type: String) -> ScannerParams
[src]

pub fn _type(&self) -> Option<&String>
[src]

pub fn reset__type(&mut self)
[src]

pub fn set_filter(&mut self, filter: Vec<ScannerparamsFilter>)
[src]

pub fn with_filter(self, filter: Vec<ScannerparamsFilter>) -> ScannerParams
[src]

pub fn filter(&self) -> Option<&Vec<ScannerparamsFilter>>
[src]

pub fn reset_filter(&mut self)
[src]

pub fn set_location(&mut self, location: String)
[src]

pub fn with_location(self, location: String) -> ScannerParams
[src]

pub fn location(&self) -> Option<&String>
[src]

pub fn reset_location(&mut self)
[src]

pub fn set_size(&mut self, size: String)
[src]

pub fn with_size(self, size: String) -> ScannerParams
[src]

pub fn size(&self) -> Option<&String>
[src]

pub fn reset_size(&mut self)
[src]

Trait Implementations

impl Debug for ScannerParams
[src]

impl Serialize for ScannerParams
[src]

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

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

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

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Erased for T

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