pub enum Keyword {
Show 61 variants
AlignAs,
AlignOf,
Auto,
Bool,
Break,
Case,
Char,
Const,
Constexpr,
Continue,
Default,
Do,
Double,
Else,
Enum,
Extern,
False,
Float,
For,
Goto,
If,
Inline,
Int,
Long,
Nullptr,
Register,
Restrict,
Return,
Short,
Signed,
Sizeof,
Static,
StaticAssert,
Struct,
Switch,
ThreadLocal,
True,
Typedef,
TypeOf,
TypeOfUnqual,
Union,
Unsigned,
Void,
Volatile,
While,
_AlignAs,
_AlignOf,
_Atomic,
_BigInt,
_Bool,
_Complex,
_Decimal128,
_Decimal32,
_Decimal64,
_Generic,
_Imaginary,
_Noreturn,
_StaticAssert,
_ThreadLocal,
Asm,
Fortran,
}Variants§
AlignAs
AlignOf
Auto
Bool
Break
Case
Char
Const
Constexpr
Continue
Default
Do
Double
Else
Enum
Extern
False
Float
For
Goto
If
Inline
Int
Long
Nullptr
Register
Restrict
Return
Short
Signed
Sizeof
Static
StaticAssert
Struct
Switch
ThreadLocal
True
Typedef
TypeOf
TypeOfUnqual
Union
Unsigned
Void
Volatile
While
_AlignAs
_AlignOf
_Atomic
_BigInt
_Bool
_Complex
_Decimal128
_Decimal32
_Decimal64
_Generic
_Imaginary
_Noreturn
_StaticAssert
_ThreadLocal
Asm
Fortran
Implementations§
Trait Implementations§
impl Eq for Keyword
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 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