pub struct CreateIndexPlanNode {
pub table_name: String,
pub index_name: String,
pub column_count: usize,
}Fields§
§table_name: String§index_name: String§column_count: usizeTrait Implementations§
Source§impl Clone for CreateIndexPlanNode
impl Clone for CreateIndexPlanNode
Source§fn clone(&self) -> CreateIndexPlanNode
fn clone(&self) -> CreateIndexPlanNode
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 moreSource§impl Debug for CreateIndexPlanNode
impl Debug for CreateIndexPlanNode
Source§impl PartialEq for CreateIndexPlanNode
impl PartialEq for CreateIndexPlanNode
impl Eq for CreateIndexPlanNode
impl StructuralPartialEq for CreateIndexPlanNode
Auto Trait Implementations§
impl Freeze for CreateIndexPlanNode
impl RefUnwindSafe for CreateIndexPlanNode
impl Send for CreateIndexPlanNode
impl Sync for CreateIndexPlanNode
impl Unpin for CreateIndexPlanNode
impl UnsafeUnpin for CreateIndexPlanNode
impl UnwindSafe for CreateIndexPlanNode
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