pub struct TableIndex { /* private fields */ }
Expand description
Specification of a table index
Implementations§
source§impl TableIndex
impl TableIndex
sourcepub fn col(&mut self, col: IndexColumn) -> &mut Self
pub fn col(&mut self, col: IndexColumn) -> &mut Self
Set index column
pub fn get_column_names(&self) -> Vec<String>
pub fn take(&mut self) -> Self
Trait Implementations§
source§impl Clone for TableIndex
impl Clone for TableIndex
source§fn clone(&self) -> TableIndex
fn clone(&self) -> TableIndex
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 TableIndex
impl Debug for TableIndex
source§impl Default for TableIndex
impl Default for TableIndex
source§fn default() -> TableIndex
fn default() -> TableIndex
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TableIndex
impl !RefUnwindSafe for TableIndex
impl Send for TableIndex
impl Sync for TableIndex
impl Unpin for TableIndex
impl !UnwindSafe for TableIndex
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)