Struct migration::IndexColumn
source · pub struct IndexColumn { /* private fields */ }
Trait Implementations§
source§impl Clone for IndexColumn
impl Clone for IndexColumn
source§fn clone(&self) -> IndexColumn
fn clone(&self) -> IndexColumn
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 IndexColumn
impl Debug for IndexColumn
source§impl IntoIndexColumn for IndexColumn
impl IntoIndexColumn for IndexColumn
fn into_index_column(self) -> IndexColumn
Auto Trait Implementations§
impl Freeze for IndexColumn
impl !RefUnwindSafe for IndexColumn
impl Send for IndexColumn
impl Sync for IndexColumn
impl Unpin for IndexColumn
impl !UnwindSafe for IndexColumn
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