pub enum ReservedKeyword {
Show 69 variants
Add,
Aggregate,
Allow,
Alter,
And,
Any,
Apply,
Asc,
Authorize,
Batch,
Begin,
By,
ColumnFamily,
Create,
Delete,
Desc,
Drop,
EachQuorum,
Entries,
From,
Full,
Grant,
If,
In,
Index,
Inet,
Infinity,
Insert,
Into,
Keyspace,
Keyspaces,
Limit,
LocalOne,
LocalQuorum,
Materialized,
Modify,
Nan,
NoRecursive,
Not,
Of,
On,
One,
Order,
Partition,
Password,
Per,
Primary,
Quorum,
Rename,
Revoke,
Schema,
Select,
Set,
Table,
Time,
Three,
To,
Token,
Truncate,
Two,
Unlogged,
Update,
Use,
Using,
Values,
View,
Where,
With,
WriteTime,
}Expand description
A reserved keyword in CQL
Variants§
Add
Aggregate
Allow
Alter
And
Any
Apply
Asc
Authorize
Batch
Begin
By
ColumnFamily
Create
Delete
Desc
Drop
EachQuorum
Entries
From
Full
Grant
If
In
Index
Inet
Infinity
Insert
Into
Keyspace
Keyspaces
Limit
LocalOne
LocalQuorum
Materialized
Modify
Nan
NoRecursive
Not
Of
On
One
Order
Partition
Password
Per
Primary
Quorum
Rename
Revoke
Schema
Select
Set
Table
Time
Three
To
Token
Truncate
Two
Unlogged
Update
Use
Using
Values
View
Where
With
WriteTime
Trait Implementations§
Source§impl Debug for ReservedKeyword
impl Debug for ReservedKeyword
Source§impl PartialEq for ReservedKeyword
impl PartialEq for ReservedKeyword
impl StructuralPartialEq for ReservedKeyword
Auto Trait Implementations§
impl Freeze for ReservedKeyword
impl RefUnwindSafe for ReservedKeyword
impl Send for ReservedKeyword
impl Sync for ReservedKeyword
impl Unpin for ReservedKeyword
impl UnwindSafe for ReservedKeyword
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