#[repr(i32)]pub enum BitProbExtendedTimeSharingPlans {
BitProbBaTimeSharingDefault = 0,
BitProbBaTimeSharingExrightNone = 1,
BitProbBaTimeSharingExrightForward = 2,
BitProbBaTimeSharingExrightBackward = 4,
BitProbOvernightTimeSharingExrightNone = 8,
BitProbOvernightTimeSharingExrightForward = 16,
BitProbOvernightTimeSharingExrightBackward = 32,
}Expand description
订阅位属性值之一(附加值)- 延长时间分时 TimeSharingPlans SBIT_PRE_AFTER_TIME_SHARING_PLANS 支持或
Variants§
BitProbBaTimeSharingDefault = 0
默认盘前盘后时段不复权
BitProbBaTimeSharingExrightNone = 1
盘前盘后时段
不复权
BitProbBaTimeSharingExrightForward = 2
前复权
BitProbBaTimeSharingExrightBackward = 4
后复权
BitProbOvernightTimeSharingExrightNone = 8
夜盘时段
不复权
BitProbOvernightTimeSharingExrightForward = 16
前复权
BitProbOvernightTimeSharingExrightBackward = 32
后复权
Implementations§
Source§impl BitProbExtendedTimeSharingPlans
impl BitProbExtendedTimeSharingPlans
Sourcepub fn is_valid(value: i32) -> bool
pub fn is_valid(value: i32) -> bool
Returns true if value is a variant of BitProbExtendedTimeSharingPlans.
Sourcepub fn from_i32(value: i32) -> Option<BitProbExtendedTimeSharingPlans>
👎Deprecated: Use the TryFrom<i32> implementation instead
pub fn from_i32(value: i32) -> Option<BitProbExtendedTimeSharingPlans>
Converts an i32 to a BitProbExtendedTimeSharingPlans, or None if value is not a valid variant.
Source§impl BitProbExtendedTimeSharingPlans
impl BitProbExtendedTimeSharingPlans
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 BitProbExtendedTimeSharingPlans
impl Clone for BitProbExtendedTimeSharingPlans
Source§fn clone(&self) -> BitProbExtendedTimeSharingPlans
fn clone(&self) -> BitProbExtendedTimeSharingPlans
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 Default for BitProbExtendedTimeSharingPlans
impl Default for BitProbExtendedTimeSharingPlans
Source§fn default() -> BitProbExtendedTimeSharingPlans
fn default() -> BitProbExtendedTimeSharingPlans
Returns the “default value” for a type. Read more
Source§impl From<BitProbExtendedTimeSharingPlans> for i32
impl From<BitProbExtendedTimeSharingPlans> for i32
Source§fn from(value: BitProbExtendedTimeSharingPlans) -> i32
fn from(value: BitProbExtendedTimeSharingPlans) -> i32
Converts to this type from the input type.
Source§impl Ord for BitProbExtendedTimeSharingPlans
impl Ord for BitProbExtendedTimeSharingPlans
Source§fn cmp(&self, other: &BitProbExtendedTimeSharingPlans) -> Ordering
fn cmp(&self, other: &BitProbExtendedTimeSharingPlans) -> 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 BitProbExtendedTimeSharingPlans
impl PartialEq for BitProbExtendedTimeSharingPlans
Source§fn eq(&self, other: &BitProbExtendedTimeSharingPlans) -> bool
fn eq(&self, other: &BitProbExtendedTimeSharingPlans) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for BitProbExtendedTimeSharingPlans
impl PartialOrd for BitProbExtendedTimeSharingPlans
Source§impl TryFrom<i32> for BitProbExtendedTimeSharingPlans
impl TryFrom<i32> for BitProbExtendedTimeSharingPlans
Source§type Error = UnknownEnumValue
type Error = UnknownEnumValue
The type returned in the event of a conversion error.
Source§fn try_from(
value: i32,
) -> Result<BitProbExtendedTimeSharingPlans, UnknownEnumValue>
fn try_from( value: i32, ) -> Result<BitProbExtendedTimeSharingPlans, UnknownEnumValue>
Performs the conversion.
impl Copy for BitProbExtendedTimeSharingPlans
impl Eq for BitProbExtendedTimeSharingPlans
impl StructuralPartialEq for BitProbExtendedTimeSharingPlans
Auto Trait Implementations§
impl Freeze for BitProbExtendedTimeSharingPlans
impl RefUnwindSafe for BitProbExtendedTimeSharingPlans
impl Send for BitProbExtendedTimeSharingPlans
impl Sync for BitProbExtendedTimeSharingPlans
impl Unpin for BitProbExtendedTimeSharingPlans
impl UnsafeUnpin for BitProbExtendedTimeSharingPlans
impl UnwindSafe for BitProbExtendedTimeSharingPlans
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.