pub enum Keyword {
Show 64 variants
Select,
From,
Where,
And,
Or,
Not,
As,
Order,
By,
Asc,
Desc,
Limit,
Offset,
Group,
Having,
Distinct,
Insert,
Into,
Values,
Update,
Set,
Delete,
Create,
Table,
Join,
Inner,
Left,
Right,
On,
Null,
True,
False,
Is,
In,
Between,
Cast,
Count,
Sum,
Avg,
Min,
Max,
Int,
Int2,
Int4,
Int8,
Smallint,
Integer,
Bigint,
Float4,
Float8,
Real,
Double,
Precision,
Boolean,
Bool,
Varchar,
Text,
Char,
Utf8,
Blob,
Primary,
Key,
With,
Recursive,
}Variants§
Select
From
Where
And
Or
Not
As
Order
By
Asc
Desc
Limit
Offset
Group
Having
Distinct
Insert
Into
Values
Update
Set
Delete
Create
Table
Join
Inner
Left
Right
On
Null
True
False
Is
In
Between
Cast
Count
Sum
Avg
Min
Max
Int
Int2
Int4
Int8
Smallint
Integer
Bigint
Float4
Float8
Real
Double
Precision
Boolean
Bool
Varchar
Text
Char
Utf8
Blob
Primary
Key
With
Recursive
Trait Implementations§
impl StructuralPartialEq for Keyword
Auto Trait Implementations§
impl Freeze for Keyword
impl RefUnwindSafe for Keyword
impl Send for Keyword
impl Sync for Keyword
impl Unpin for Keyword
impl UnsafeUnpin for Keyword
impl UnwindSafe for Keyword
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