Struct partiql_ast::ast::CreateIndex
source · pub struct CreateIndex {
pub index_name: SymbolPrimitive,
pub fields: Vec<Box<Expr>>,
}
Fields§
§index_name: SymbolPrimitive
§fields: Vec<Box<Expr>>
Trait Implementations§
source§impl Clone for CreateIndex
impl Clone for CreateIndex
source§fn clone(&self) -> CreateIndex
fn clone(&self) -> CreateIndex
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 CreateIndex
impl Debug for CreateIndex
source§impl PartialEq<CreateIndex> for CreateIndex
impl PartialEq<CreateIndex> for CreateIndex
source§fn eq(&self, other: &CreateIndex) -> bool
fn eq(&self, other: &CreateIndex) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Visit for CreateIndex
impl Visit for CreateIndex
impl StructuralPartialEq for CreateIndex
Auto Trait Implementations§
impl RefUnwindSafe for CreateIndex
impl Send for CreateIndex
impl Sync for CreateIndex
impl Unpin for CreateIndex
impl UnwindSafe for CreateIndex
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