#[repr(i32)]pub enum PlateSetDefine {
Show 25 variants
PlateSetHkTrade = 9_700_000,
PlateSetHkConcept = 9_700_001,
PlateSetHkFutu = 9_700_003,
PlateSetHkOther = 9_700_008,
PlateSetHkAll = 9_700_009,
PlateSetUsTrade = 9_700_300,
PlateSetUsConcept = 9_700_301,
PlateSetUsFutu = 9_700_303,
PlateSetUsOther = 9_700_308,
PlateSetUsAll = 9_700_309,
PlateSetUsEtfHome = 9_700_310,
PlateSetUsEtfQy = 9_700_311,
PlateSetUsEtfDpzs = 9_700_312,
PlateSetUsEtfDzsp = 9_700_313,
PlateSetUsEtfZq = 9_700_314,
PlateSetUsEtfWh = 9_700_315,
PlateSetUsEtfXy = 9_700_316,
PlateSetUsEtfJrrd = 9_700_317,
PlateSetUsEtfOther = 9_700_319,
PlateSetCnTrade = 9_700_600,
PlateSetCnConcept = 9_700_601,
PlateSetCnRegion = 9_700_602,
PlateSetCnFutu = 9_700_603,
PlateSetCnOther = 9_700_608,
PlateSetCnAll = 9_700_609,
}Expand description
板块集合
Variants§
PlateSetHkTrade = 9_700_000
行业板块(港股)
PlateSetHkConcept = 9_700_001
概念板块(港股)
PlateSetHkFutu = 9_700_003
特色板块(港股)
PlateSetHkOther = 9_700_008
其他板块(港股)
PlateSetHkAll = 9_700_009
所有板块(港股)
PlateSetUsTrade = 9_700_300
行业板块(美股)
PlateSetUsConcept = 9_700_301
概念板块(美股)
PlateSetUsFutu = 9_700_303
特色板块(美股)
PlateSetUsOther = 9_700_308
其他板块(美股)
PlateSetUsAll = 9_700_309
所有板块(美股)
PlateSetUsEtfHome = 9_700_310
美股ETF-首页
PlateSetUsEtfQy = 9_700_311
美股ETF-区域型
PlateSetUsEtfDpzs = 9_700_312
美股ETF-美股大盘指数型
PlateSetUsEtfDzsp = 9_700_313
美股ETF-大宗商品型
PlateSetUsEtfZq = 9_700_314
美股ETF-债券型
PlateSetUsEtfWh = 9_700_315
美股ETF-外汇型
PlateSetUsEtfXy = 9_700_316
美股ETF-行业型
PlateSetUsEtfJrrd = 9_700_317
美股ETF-今日热点
PlateSetUsEtfOther = 9_700_319
美股ETF-其他
PlateSetCnTrade = 9_700_600
行业板块(A股)
PlateSetCnConcept = 9_700_601
概念板块(A股)
PlateSetCnRegion = 9_700_602
地域板块(A股)
PlateSetCnFutu = 9_700_603
特色板块(A股)
PlateSetCnOther = 9_700_608
其他板块(A股)
PlateSetCnAll = 9_700_609
所有板块(A股)
Implementations§
Source§impl PlateSetDefine
impl PlateSetDefine
Sourcepub fn as_str_name(&self) -> &'static str
pub fn as_str_name(&self) -> &'static str
String value of the enum field names used in the ProtoBuf definition.
The values are not transformed in any way and thus are considered stable (if the ProtoBuf definition does not change) and safe for programmatic use.
Sourcepub fn from_str_name(value: &str) -> Option<Self>
pub fn from_str_name(value: &str) -> Option<Self>
Creates an enum from field names used in the ProtoBuf definition.
Trait Implementations§
Source§impl Clone for PlateSetDefine
impl Clone for PlateSetDefine
Source§fn clone(&self) -> PlateSetDefine
fn clone(&self) -> PlateSetDefine
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PlateSetDefine
impl Debug for PlateSetDefine
Source§impl Default for PlateSetDefine
impl Default for PlateSetDefine
Source§fn default() -> PlateSetDefine
fn default() -> PlateSetDefine
Returns the “default value” for a type. Read more
Source§impl From<PlateSetDefine> for i32
impl From<PlateSetDefine> for i32
Source§fn from(value: PlateSetDefine) -> i32
fn from(value: PlateSetDefine) -> i32
Converts to this type from the input type.
Source§impl Hash for PlateSetDefine
impl Hash for PlateSetDefine
Source§impl Ord for PlateSetDefine
impl Ord for PlateSetDefine
Source§fn cmp(&self, other: &PlateSetDefine) -> Ordering
fn cmp(&self, other: &PlateSetDefine) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PlateSetDefine
impl PartialEq for PlateSetDefine
Source§impl PartialOrd for PlateSetDefine
impl PartialOrd for PlateSetDefine
Source§impl TryFrom<i32> for PlateSetDefine
impl TryFrom<i32> for PlateSetDefine
Source§type Error = UnknownEnumValue
type Error = UnknownEnumValue
The type returned in the event of a conversion error.
Source§fn try_from(value: i32) -> Result<PlateSetDefine, UnknownEnumValue>
fn try_from(value: i32) -> Result<PlateSetDefine, UnknownEnumValue>
Performs the conversion.
impl Copy for PlateSetDefine
impl Eq for PlateSetDefine
impl StructuralPartialEq for PlateSetDefine
Auto Trait Implementations§
impl Freeze for PlateSetDefine
impl RefUnwindSafe for PlateSetDefine
impl Send for PlateSetDefine
impl Sync for PlateSetDefine
impl Unpin for PlateSetDefine
impl UnsafeUnpin for PlateSetDefine
impl UnwindSafe for PlateSetDefine
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.