Struct sea_query::index::TableIndex
source · [−]pub struct TableIndex { /* private fields */ }
Expand description
Specification of a table index
Implementations
sourceimpl TableIndex
impl TableIndex
Trait Implementations
sourceimpl Clone for TableIndex
impl Clone for TableIndex
sourcefn clone(&self) -> TableIndex
fn clone(&self) -> TableIndex
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for TableIndex
impl Debug for TableIndex
Auto Trait Implementations
impl !RefUnwindSafe for TableIndex
impl Send for TableIndex
impl Sync for TableIndex
impl Unpin for TableIndex
impl !UnwindSafe for TableIndex
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more