#[repr(i32)]pub enum UsetfPlateAll {
UsEtfPlateAllRegion = 10_002_700,
UsEtfPlateAllMarketIdnex = 10_002_710,
UsEtfPlateAllCommodity = 10_002_720,
UsEtfPlateAllBond = 10_002_730,
UsEtfPlateAllExchange = 10_002_750,
UsEtfPlateAllTrade = 10_002_760,
UsEtfPlateAllHot = 10_002_770,
UsEtfPlateAllOther = 10_002_790,
UsEtfPlateAll = 10_002_799,
}Expand description
美股ETF-各板块集合的“全部”板块ID
Variants§
UsEtfPlateAllRegion = 10_002_700
区域型
UsEtfPlateAllMarketIdnex = 10_002_710
美股大盘指数型
UsEtfPlateAllCommodity = 10_002_720
大宗商品型
UsEtfPlateAllBond = 10_002_730
债券型
UsEtfPlateAllExchange = 10_002_750
外汇型
UsEtfPlateAllTrade = 10_002_760
行业型
UsEtfPlateAllHot = 10_002_770
今日热点
UsEtfPlateAllOther = 10_002_790
其他
UsEtfPlateAll = 10_002_799
所有ETF
Implementations§
Source§impl UsetfPlateAll
impl UsetfPlateAll
Source§impl UsetfPlateAll
impl UsetfPlateAll
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 UsetfPlateAll
impl Clone for UsetfPlateAll
Source§fn clone(&self) -> UsetfPlateAll
fn clone(&self) -> UsetfPlateAll
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 UsetfPlateAll
impl Debug for UsetfPlateAll
Source§impl Default for UsetfPlateAll
impl Default for UsetfPlateAll
Source§fn default() -> UsetfPlateAll
fn default() -> UsetfPlateAll
Returns the “default value” for a type. Read more
Source§impl From<UsetfPlateAll> for i32
impl From<UsetfPlateAll> for i32
Source§fn from(value: UsetfPlateAll) -> i32
fn from(value: UsetfPlateAll) -> i32
Converts to this type from the input type.
Source§impl Hash for UsetfPlateAll
impl Hash for UsetfPlateAll
Source§impl Ord for UsetfPlateAll
impl Ord for UsetfPlateAll
Source§fn cmp(&self, other: &UsetfPlateAll) -> Ordering
fn cmp(&self, other: &UsetfPlateAll) -> 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 UsetfPlateAll
impl PartialEq for UsetfPlateAll
Source§impl PartialOrd for UsetfPlateAll
impl PartialOrd for UsetfPlateAll
Source§impl TryFrom<i32> for UsetfPlateAll
impl TryFrom<i32> for UsetfPlateAll
Source§type Error = UnknownEnumValue
type Error = UnknownEnumValue
The type returned in the event of a conversion error.
Source§fn try_from(value: i32) -> Result<UsetfPlateAll, UnknownEnumValue>
fn try_from(value: i32) -> Result<UsetfPlateAll, UnknownEnumValue>
Performs the conversion.
impl Copy for UsetfPlateAll
impl Eq for UsetfPlateAll
impl StructuralPartialEq for UsetfPlateAll
Auto Trait Implementations§
impl Freeze for UsetfPlateAll
impl RefUnwindSafe for UsetfPlateAll
impl Send for UsetfPlateAll
impl Sync for UsetfPlateAll
impl Unpin for UsetfPlateAll
impl UnsafeUnpin for UsetfPlateAll
impl UnwindSafe for UsetfPlateAll
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.