Struct dbml_rs::ast::table::TableIndexer
source · pub struct TableIndexer {
pub pk_list: Vec<String>,
pub unique_list: Vec<String>,
pub indexed_list: Vec<String>,
}Fields§
§pk_list: Vec<String>§unique_list: Vec<String>§indexed_list: Vec<String>Trait Implementations§
source§impl Clone for TableIndexer
impl Clone for TableIndexer
source§fn clone(&self) -> TableIndexer
fn clone(&self) -> TableIndexer
Returns a copy 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 TableIndexer
impl Debug for TableIndexer
source§impl Default for TableIndexer
impl Default for TableIndexer
source§fn default() -> TableIndexer
fn default() -> TableIndexer
Returns the “default value” for a type. Read more
source§impl PartialEq<TableIndexer> for TableIndexer
impl PartialEq<TableIndexer> for TableIndexer
source§fn eq(&self, other: &TableIndexer) -> bool
fn eq(&self, other: &TableIndexer) -> bool
This method tests for
self and other values to be equal, and is used
by ==.