pub enum DiagnosticTextKey {
Show 13 variants
ProtoJsonQotMarketNumeric,
QuotePermissionOpenMarket,
StaticCacheMissing,
OrderbookDetailPermission,
JpStockQuotePermission,
JpTradePermission,
AllDayRiskDisclosure,
UpdateCheckUnavailable,
Qot3401UnsupportedMarket,
Qot3401BackendError,
Qot3401EntityIdRequired,
Qot3401DiscoveryEmpty,
Qot3401SampleUnavailable,
}Variants§
ProtoJsonQotMarketNumeric
QuotePermissionOpenMarket
StaticCacheMissing
OrderbookDetailPermission
JpStockQuotePermission
JpTradePermission
AllDayRiskDisclosure
Qot3401UnsupportedMarket
Qot3401BackendError
Qot3401EntityIdRequired
Qot3401DiscoveryEmpty
Implementations§
Trait Implementations§
Source§impl Clone for DiagnosticTextKey
impl Clone for DiagnosticTextKey
Source§fn clone(&self) -> DiagnosticTextKey
fn clone(&self) -> DiagnosticTextKey
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 DiagnosticTextKey
impl Debug for DiagnosticTextKey
Source§impl Hash for DiagnosticTextKey
impl Hash for DiagnosticTextKey
Source§impl PartialEq for DiagnosticTextKey
impl PartialEq for DiagnosticTextKey
impl Copy for DiagnosticTextKey
impl Eq for DiagnosticTextKey
impl StructuralPartialEq for DiagnosticTextKey
Auto Trait Implementations§
impl Freeze for DiagnosticTextKey
impl RefUnwindSafe for DiagnosticTextKey
impl Send for DiagnosticTextKey
impl Sync for DiagnosticTextKey
impl Unpin for DiagnosticTextKey
impl UnsafeUnpin for DiagnosticTextKey
impl UnwindSafe for DiagnosticTextKey
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> 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.