Enum scylladb_parse::keywords::ReservedKeyword
source · [−]pub enum ReservedKeyword {
Show 55 variants
ADD,
ALLOW,
ALTER,
AND,
APPLY,
ASC,
AUTHORIZE,
BATCH,
BEGIN,
BY,
COLUMNFAMILY,
CREATE,
DELETE,
DESC,
DESCRIBE,
DROP,
ENTRIES,
EXECUTE,
FROM,
FULL,
GRANT,
IF,
IN,
INDEX,
INFINITY,
INSERT,
INTO,
KEYSPACE,
LIMIT,
MODIFY,
NAN,
NORECURSIVE,
NOT,
NULL,
OF,
ON,
OR,
ORDER,
PRIMARY,
RENAME,
REPLACE,
REVOKE,
SCHEMA,
SELECT,
SET,
TABLE,
TO,
TRUNCATE,
UNLOGGED,
UPDATE,
USE,
USING,
VIEW,
WHERE,
WITH,
}Variants
ADD
ALLOW
ALTER
AND
APPLY
ASC
AUTHORIZE
BATCH
BEGIN
BY
COLUMNFAMILY
CREATE
DELETE
DESC
DESCRIBE
DROP
ENTRIES
EXECUTE
FROM
FULL
GRANT
IF
IN
INDEX
INFINITY
INSERT
INTO
KEYSPACE
LIMIT
MODIFY
NAN
NORECURSIVE
NOT
NULL
OF
ON
OR
ORDER
PRIMARY
RENAME
REPLACE
REVOKE
SCHEMA
SELECT
SET
TABLE
TO
TRUNCATE
UNLOGGED
UPDATE
USE
USING
VIEW
WHERE
WITH
Trait Implementations
sourceimpl Clone for ReservedKeyword
impl Clone for ReservedKeyword
sourcefn clone(&self) -> ReservedKeyword
fn clone(&self) -> ReservedKeyword
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl<'a> CustomToTokens<'a> for ReservedKeyword
impl<'a> CustomToTokens<'a> for ReservedKeyword
fn to_tokens(&'a self, tokens: &mut TokenStream)
sourceimpl Debug for ReservedKeyword
impl Debug for ReservedKeyword
sourceimpl Display for ReservedKeyword
impl Display for ReservedKeyword
sourceimpl FromStr for ReservedKeyword
impl FromStr for ReservedKeyword
sourceimpl Hash for ReservedKeyword
impl Hash for ReservedKeyword
sourceimpl Parse for ReservedKeyword
impl Parse for ReservedKeyword
type Output = ReservedKeyword
fn parse(s: &mut StatementStream<'_>) -> Result<Self> where
Self: Sized,
sourceimpl PartialEq<ReservedKeyword> for ReservedKeyword
impl PartialEq<ReservedKeyword> for ReservedKeyword
sourceimpl ToTokens for ReservedKeyword
impl ToTokens for ReservedKeyword
sourcefn to_tokens(&self, tokens: &mut TokenStream)
fn to_tokens(&self, tokens: &mut TokenStream)
Write self to the given TokenStream. Read more
sourcefn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
Convert self directly into a TokenStream object. Read more
sourcefn into_token_stream(self) -> TokenStream
fn into_token_stream(self) -> TokenStream
Convert self directly into a TokenStream object. Read more
impl Copy for ReservedKeyword
impl Eq for ReservedKeyword
impl StructuralEq for ReservedKeyword
impl StructuralPartialEq for ReservedKeyword
Auto Trait Implementations
impl RefUnwindSafe for ReservedKeyword
impl Send for ReservedKeyword
impl Sync for ReservedKeyword
impl Unpin for ReservedKeyword
impl UnwindSafe for ReservedKeyword
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more