Struct fuel_indexer_database_types::directives::Index
source · pub struct Index {
pub column_name: String,
pub method: IndexMethod,
}Fields§
§column_name: String§method: IndexMethodpub struct Index {
pub column_name: String,
pub method: IndexMethod,
}column_name: String§method: IndexMethod