Struct fuel_indexer_database_types::ColumnIndex
source · pub struct ColumnIndex {
pub db_type: DbType,
pub table_name: String,
pub namespace: String,
pub method: IndexMethod,
pub unique: bool,
pub column_name: String,
}Fields§
§db_type: DbType§table_name: String§namespace: String§method: IndexMethod§unique: bool§column_name: StringImplementations§
Trait Implementations§
source§impl CreateStatement for ColumnIndex
impl CreateStatement for ColumnIndex
fn create_statement(&self) -> String
Auto Trait Implementations§
impl RefUnwindSafe for ColumnIndex
impl Send for ColumnIndex
impl Sync for ColumnIndex
impl Unpin for ColumnIndex
impl UnwindSafe for ColumnIndex
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