pub enum KeywordType {
Show 48 variants
AddrSpace,
Align,
AllowZero,
And,
AnyFrame,
AnyType,
Asm,
Async,
Await,
Break,
CallConv,
Catch,
Comptime,
Const,
Continue,
Defer,
Else,
Enum,
Errdefer,
Error,
Export,
Extern,
Fn,
For,
If,
Inline,
LinkSection,
NoAlias,
NoSuspend,
Opaque,
Or,
OrElse,
Packed,
Pub,
Resume,
Return,
Struct,
Suspend,
Switch,
Test,
ThreadLocal,
Try,
Union,
Unreachable,
UsingNamespace,
Var,
Volatile,
While,
}Variants§
AddrSpace
Align
AllowZero
And
AnyFrame
AnyType
Asm
Async
Await
Break
CallConv
Catch
Comptime
Const
Continue
Defer
Else
Enum
Errdefer
Error
Export
Extern
Fn
For
If
Inline
LinkSection
NoAlias
NoSuspend
Opaque
Or
OrElse
Packed
Pub
Resume
Return
Struct
Suspend
Switch
Test
ThreadLocal
Try
Union
Unreachable
UsingNamespace
Var
Volatile
While
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeywordType
impl RefUnwindSafe for KeywordType
impl Send for KeywordType
impl Sync for KeywordType
impl Unpin for KeywordType
impl UnwindSafe for KeywordType
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