pub trait ColumnName {
    const NAME: &'static str;
}

Required Associated Constants§

source

const NAME: &'static str

Implementors§

source§

impl ColumnName for AddressSignatures

source§

const NAME: &'static str = ADDRESS_SIGNATURES_CF

source§

impl ColumnName for BankHash

source§

const NAME: &'static str = BANK_HASH_CF

source§

impl ColumnName for BlockHeight

source§

const NAME: &'static str = BLOCK_HEIGHT_CF

source§

impl ColumnName for Blocktime

source§

const NAME: &'static str = BLOCKTIME_CF

source§

impl ColumnName for DeadSlots

source§

const NAME: &'static str = DEAD_SLOTS_CF

source§

impl ColumnName for DuplicateSlots

source§

const NAME: &'static str = DUPLICATE_SLOTS_CF

source§

impl ColumnName for ErasureMeta

source§

const NAME: &'static str = ERASURE_META_CF

source§

impl ColumnName for Index

source§

const NAME: &'static str = INDEX_CF

source§

impl ColumnName for OptimisticSlots

source§

const NAME: &'static str = OPTIMISTIC_SLOTS_CF

source§

impl ColumnName for Orphans

source§

const NAME: &'static str = ORPHANS_CF

source§

impl ColumnName for PerfSamples

source§

const NAME: &'static str = PERF_SAMPLES_CF

source§

impl ColumnName for ProgramCosts

source§

const NAME: &'static str = PROGRAM_COSTS_CF

source§

impl ColumnName for Rewards

source§

const NAME: &'static str = REWARDS_CF

source§

impl ColumnName for Root

source§

const NAME: &'static str = ROOT_CF

source§

impl ColumnName for ShredCode

source§

const NAME: &'static str = CODE_SHRED_CF

source§

impl ColumnName for ShredData

source§

const NAME: &'static str = DATA_SHRED_CF

source§

impl ColumnName for SlotMeta

source§

const NAME: &'static str = META_CF

source§

impl ColumnName for TransactionMemos

source§

const NAME: &'static str = TRANSACTION_MEMOS_CF

source§

impl ColumnName for TransactionStatus

source§

const NAME: &'static str = TRANSACTION_STATUS_CF

source§

impl ColumnName for TransactionStatusIndex

source§

const NAME: &'static str = TRANSACTION_STATUS_INDEX_CF