#[repr(u8)]pub enum KeyKind {
Show 36 variants
Namespace = 1,
Table = 2,
Row = 3,
NamespaceTable = 4,
SystemSequence = 5,
Columns = 6,
Column = 7,
RowSequence = 8,
ColumnPolicy = 9,
SystemVersion = 10,
TransactionVersion = 11,
Index = 12,
IndexEntry = 13,
ColumnSequence = 14,
CdcConsumer = 15,
View = 16,
NamespaceView = 17,
PrimaryKey = 18,
FlowNodeState = 19,
RingBuffer = 20,
NamespaceRingBuffer = 21,
RingBufferMetadata = 22,
SourceRetentionPolicy = 23,
OperatorRetentionPolicy = 24,
Flow = 25,
NamespaceFlow = 26,
FlowNode = 27,
FlowNodeByFlow = 28,
FlowEdge = 29,
FlowEdgeByFlow = 30,
FlowNodeInternalState = 31,
Dictionary = 32,
DictionaryEntry = 33,
DictionaryEntryIndex = 34,
NamespaceDictionary = 35,
DictionarySequence = 36,
}Variants§
Namespace = 1
Table = 2
Row = 3
NamespaceTable = 4
SystemSequence = 5
Columns = 6
Column = 7
RowSequence = 8
ColumnPolicy = 9
SystemVersion = 10
TransactionVersion = 11
Index = 12
IndexEntry = 13
ColumnSequence = 14
CdcConsumer = 15
View = 16
NamespaceView = 17
PrimaryKey = 18
FlowNodeState = 19
RingBuffer = 20
NamespaceRingBuffer = 21
RingBufferMetadata = 22
SourceRetentionPolicy = 23
OperatorRetentionPolicy = 24
Flow = 25
NamespaceFlow = 26
FlowNode = 27
FlowNodeByFlow = 28
FlowEdge = 29
FlowEdgeByFlow = 30
FlowNodeInternalState = 31
Dictionary = 32
DictionaryEntry = 33
DictionaryEntryIndex = 34
NamespaceDictionary = 35
DictionarySequence = 36
Trait Implementations§
Source§impl<'de> Deserialize<'de> for KeyKind
impl<'de> Deserialize<'de> for KeyKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for KeyKind
impl Eq for KeyKind
impl StructuralPartialEq for KeyKind
Auto Trait Implementations§
impl Freeze for KeyKind
impl RefUnwindSafe for KeyKind
impl Send for KeyKind
impl Sync for KeyKind
impl Unpin for KeyKind
impl UnwindSafe for KeyKind
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)