#[repr(u32)]
pub enum StandardKey {
Show 71 variants UnknownKey, HelpContents, WhatsThis, Open, Close, Save, New, Delete, Cut, Copy, Paste, Undo, Redo, Back, Forward, Refresh, ZoomIn, ZoomOut, Print, AddTab, NextChild, PreviousChild, Find, FindNext, FindPrevious, Replace, SelectAll, Bold, Italic, Underline, MoveToNextChar, MoveToPreviousChar, MoveToNextWord, MoveToPreviousWord, MoveToNextLine, MoveToPreviousLine, MoveToNextPage, MoveToPreviousPage, MoveToStartOfLine, MoveToEndOfLine, MoveToStartOfBlock, MoveToEndOfBlock, MoveToStartOfDocument, MoveToEndOfDocument, SelectNextChar, SelectPreviousChar, SelectNextWord, SelectPreviousWord, SelectNextLine, SelectPreviousLine, SelectNextPage, SelectPreviousPage, SelectStartOfLine, SelectEndOfLine, SelectStartOfBlock, SelectEndOfBlock, SelectStartOfDocument, SelectEndOfDocument, DeleteStartOfWord, DeleteEndOfWord, DeleteEndOfLine, InsertParagraphSeparator, InsertLineSeparator, SaveAs, Preferences, Quit, FullScreen, Deselect, DeleteCompleteLine, Backspace, Cancel,
}

Variants

UnknownKey

HelpContents

WhatsThis

Open

Close

Save

New

Delete

Cut

Copy

Paste

Undo

Redo

Back

Forward

Refresh

ZoomIn

ZoomOut

Print

AddTab

NextChild

PreviousChild

Find

FindNext

FindPrevious

Replace

SelectAll

Bold

Italic

Underline

MoveToNextChar

MoveToPreviousChar

MoveToNextWord

MoveToPreviousWord

MoveToNextLine

MoveToPreviousLine

MoveToNextPage

MoveToPreviousPage

MoveToStartOfLine

MoveToEndOfLine

MoveToStartOfBlock

MoveToEndOfBlock

MoveToStartOfDocument

MoveToEndOfDocument

SelectNextChar

SelectPreviousChar

SelectNextWord

SelectPreviousWord

SelectNextLine

SelectPreviousLine

SelectNextPage

SelectPreviousPage

SelectStartOfLine

SelectEndOfLine

SelectStartOfBlock

SelectEndOfBlock

SelectStartOfDocument

SelectEndOfDocument

DeleteStartOfWord

DeleteEndOfWord

DeleteEndOfLine

InsertParagraphSeparator

InsertLineSeparator

SaveAs

Preferences

Quit

FullScreen

Deselect

DeleteCompleteLine

Backspace

Cancel

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.