pub struct ScannerSubscription {
Show 21 fields pub number_of_rows: i32, pub instrument: String, pub location_code: String, pub scan_code: String, pub above_price: f64, pub below_price: f64, pub above_volume: i32, pub average_option_volume_above: i32, pub market_cap_above: f64, pub market_cap_below: f64, pub moody_rating_above: String, pub moody_rating_below: String, pub sp_rating_above: String, pub sp_rating_below: String, pub maturity_date_above: String, pub maturity_date_below: String, pub coupon_rate_above: f64, pub coupon_rate_below: f64, pub exclude_convertible: String, pub scanner_setting_pairs: String, pub stock_type_filter: String,
}

Fields

number_of_rows: i32instrument: Stringlocation_code: Stringscan_code: Stringabove_price: f64below_price: f64above_volume: i32average_option_volume_above: i32market_cap_above: f64market_cap_below: f64moody_rating_above: Stringmoody_rating_below: Stringsp_rating_above: Stringsp_rating_below: Stringmaturity_date_above: Stringmaturity_date_below: Stringcoupon_rate_above: f64coupon_rate_below: f64exclude_convertible: Stringscanner_setting_pairs: Stringstock_type_filter: String

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more