pub struct CreateIndexPlan {
pub name: String,
pub table: String,
pub columns: Vec<String>,
}Fields§
§name: String§table: String§columns: Vec<String>Trait Implementations§
Source§impl Clone for CreateIndexPlan
impl Clone for CreateIndexPlan
Source§fn clone(&self) -> CreateIndexPlan
fn clone(&self) -> CreateIndexPlan
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for CreateIndexPlan
impl RefUnwindSafe for CreateIndexPlan
impl Send for CreateIndexPlan
impl Sync for CreateIndexPlan
impl Unpin for CreateIndexPlan
impl UnsafeUnpin for CreateIndexPlan
impl UnwindSafe for CreateIndexPlan
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