Struct fugle::schema::Meta[][src]

pub struct Meta {
Show fields pub is_index: bool, pub name_zh_tw: String, pub industry_zh_tw: String, pub price_reference: f64, pub price_high_limit: f64, pub price_low_limit: f64, pub can_day_buy_sell: bool, pub can_day_sell_buy: bool, pub can_short_margin: bool, pub can_short_lend: bool, pub volume_per_unit: u64, pub currency: String, pub is_terminated: bool, pub is_suspended: bool, pub is_warrant: bool, pub type_zh_tw: String, pub abnormal: String, pub is_unusually_recommended: bool,
}

Fields

is_index: boolname_zh_tw: Stringindustry_zh_tw: Stringprice_reference: f64price_high_limit: f64price_low_limit: f64can_day_buy_sell: boolcan_day_sell_buy: boolcan_short_margin: boolcan_short_lend: boolvolume_per_unit: u64currency: Stringis_terminated: boolis_suspended: boolis_warrant: booltype_zh_tw: Stringabnormal: Stringis_unusually_recommended: bool

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. 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

Performs the conversion.

Performs the conversion.

Should always be Self

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.