Enum sqlparser::ast::TableOptionsClustered
source · pub enum TableOptionsClustered {
ColumnstoreIndex,
ColumnstoreIndexOrder(Vec<Ident>),
Index(Vec<ClusteredIndex>),
}
Variants§
Trait Implementations§
source§impl Clone for TableOptionsClustered
impl Clone for TableOptionsClustered
source§fn clone(&self) -> TableOptionsClustered
fn clone(&self) -> TableOptionsClustered
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 TableOptionsClustered
impl Debug for TableOptionsClustered
source§impl<'de> Deserialize<'de> for TableOptionsClustered
impl<'de> Deserialize<'de> for TableOptionsClustered
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for TableOptionsClustered
impl Display for TableOptionsClustered
source§impl Hash for TableOptionsClustered
impl Hash for TableOptionsClustered
source§impl Ord for TableOptionsClustered
impl Ord for TableOptionsClustered
source§fn cmp(&self, other: &TableOptionsClustered) -> Ordering
fn cmp(&self, other: &TableOptionsClustered) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for TableOptionsClustered
impl PartialEq for TableOptionsClustered
source§impl PartialOrd for TableOptionsClustered
impl PartialOrd for TableOptionsClustered
source§impl Serialize for TableOptionsClustered
impl Serialize for TableOptionsClustered
source§impl Visit for TableOptionsClustered
impl Visit for TableOptionsClustered
source§impl VisitMut for TableOptionsClustered
impl VisitMut for TableOptionsClustered
fn visit<V: VisitorMut>(&mut self, visitor: &mut V) -> ControlFlow<V::Break>
impl Eq for TableOptionsClustered
impl StructuralPartialEq for TableOptionsClustered
Auto Trait Implementations§
impl Freeze for TableOptionsClustered
impl RefUnwindSafe for TableOptionsClustered
impl Send for TableOptionsClustered
impl Sync for TableOptionsClustered
impl Unpin for TableOptionsClustered
impl UnwindSafe for TableOptionsClustered
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)