pub struct Index {
pub table_name: String,
pub name: String,
pub index_type: IndexType,
pub column_names: String,
}Fields§
§table_name: String§name: String§index_type: IndexType§column_names: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Index
impl Send for Index
impl Sync for Index
impl Unpin for Index
impl UnwindSafe for Index
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