Struct sea_query::index::IndexColumn
source · pub struct IndexColumn { /* private fields */ }
Trait Implementations
sourceimpl Clone for IndexColumn
impl Clone for IndexColumn
sourcefn clone(&self) -> IndexColumn
fn clone(&self) -> IndexColumn
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for IndexColumn
impl Debug for IndexColumn
sourceimpl IntoIndexColumn for IndexColumn
impl IntoIndexColumn for IndexColumn
fn into_index_column(self) -> IndexColumn
Auto Trait Implementations
impl !RefUnwindSafe for IndexColumn
impl Send for IndexColumn
impl Sync for IndexColumn
impl Unpin for IndexColumn
impl !UnwindSafe for IndexColumn
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