pub enum Keyword {
Show 26 variants
Source,
Mainmenu,
Config,
Menuconfig,
Choice,
Endchoice,
Menu,
Endmenu,
If,
Endif,
Bool,
DefBool,
Tristate,
DefTristate,
String,
Hex,
Int,
Default,
Depends,
On,
Select,
Imply,
Visible,
Range,
Prompt,
Comment,
}
Variants§
Source
source
mainmenu
Config
config
Menuconfig
menuconfig
Choice
choice
Endchoice
endchoide
Menu
menu
endmenu
If
if
Endif
endif
Bool
bool
DefBool
def_bool
Tristate
tristate
DefTristate
def_tristate
String
string
Hex
hex
Int
int
Default
default
Depends
depends
On
on
Select
select
Imply
imply
Visible
visible
Range
range
Prompt
prompt
Comment
comment
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