AnyColumnIndex

Trait AnyColumnIndex 

Source
pub trait AnyColumnIndex:
    Sized
    + ColumnIndex<PgRow>
    + for<'q> ColumnIndex<PgStatement<'q>>
    + ColumnIndex<MySqlRow>
    + for<'q> ColumnIndex<MySqlStatement<'q>>
    + ColumnIndex<MssqlRow>
    + for<'q> ColumnIndex<MssqlStatement<'q>>
    + ColumnIndex<SqliteRow>
    + for<'q> ColumnIndex<SqliteStatement<'q>>
    + ColumnIndex<OdbcRow>
    + for<'q> ColumnIndex<OdbcStatement<'q>> { }
Available on (crate features mysql or sqlite or postgres or mssql or odbc) and crate feature any only.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§