Enum python_ast::Id [] [src]

#[repr(usize)]
pub enum Id { Name, Number, Newline, Space, Tab, Operator, Symbol, ErrorMarker, Keyword, BlockStart, BlockEnd, ExprStart, ExprEnd, LineContinuation, Comment, String, RawString, ByteString, FormatString, Int, Hex, Binary, Octal, Float, Complex, Async, Await, False, True, None, And, As, Assert, Break, Class, Continue, Def, Del, Elif, Else, Except, Finally, For, From, Global, If, Import, In, NotIn, IsNot, Is, Lambda, Nonlocal, Not, Or, Pass, Raise, Return, Try, While, With, Yield, LeftParen, LeftBracket, LeftBrace, LeftAngle, RightParen, RightBracket, RightBrace, RightAngle, Colon, Comma, Semicolon, Backslash, Plus, Minus, Star, Slash, Pipe, Amp, Tilde, At, Dot, Percent, Caret, Equal, LeftShiftEqual, RightShiftEqual, DoubleSlashEqual, DoubleStarEqual, Ellipsis, DoubleEqual, NotEqual, LessOrEqual, LeftShift, GreaterOrEqual, RightShift, PipeEqual, PercentEqual, AmpEqual, DoubleSlash, PlusEqual, MinusEqual, RightArrow, DoubleStar, StarEqual, SlashEqual, CaretEqual, AtEqual, }

Variants

Trait Implementations

impl Debug for Id
[src]

Formats the value using the given formatter.

impl Clone for Id
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Id
[src]

impl Eq for Id
[src]

impl PartialEq for Id
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd for Id
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Ord for Id
[src]

This method returns an Ordering between self and other. Read more

impl Display for Id
[src]

Formats the value using the given formatter. Read more

impl<'a> FindToken<TkSlice<'a>> for Id
[src]

impl AsChar for Id
[src]

makes a char from self

tests that self is an alphabetic character Read more

tests that self is an alphabetic character or a decimal digit Read more

tests that self is a decimal digit

tests that self is an hex digit

tests that self is an octal digit