Enum rustc_ast::util::parser::ExprPrecedence [−][src]
pub enum ExprPrecedence {
Show 40 variants
Closure,
Break,
Continue,
Ret,
Yield,
Range,
Binary(BinOpKind),
Cast,
Type,
Assign,
AssignOp,
Box,
AddrOf,
Let,
Unary,
Call,
MethodCall,
Field,
Index,
Try,
InlineAsm,
Mac,
Array,
Repeat,
Tup,
Lit,
Path,
Paren,
If,
While,
ForLoop,
Loop,
Match,
ConstBlock,
Block,
TryBlock,
Struct,
Async,
Await,
Err,
}
Variants
Binary(BinOpKind)
Tuple Fields of Binary
0: BinOpKind
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExprPrecedence
impl Send for ExprPrecedence
impl Sync for ExprPrecedence
impl Unpin for ExprPrecedence
impl UnwindSafe for ExprPrecedence
Blanket Implementations
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
Closure
: 0 bytesBreak
: 0 bytesContinue
: 0 bytesRet
: 0 bytesYield
: 0 bytesRange
: 0 bytesBinary
: 1 byteCast
: 0 bytesType
: 0 bytesAssign
: 0 bytesAssignOp
: 0 bytesBox
: 0 bytesAddrOf
: 0 bytesLet
: 0 bytesUnary
: 0 bytesCall
: 0 bytesMethodCall
: 0 bytesField
: 0 bytesIndex
: 0 bytesTry
: 0 bytesInlineAsm
: 0 bytesMac
: 0 bytesArray
: 0 bytesRepeat
: 0 bytesTup
: 0 bytesLit
: 0 bytesPath
: 0 bytesParen
: 0 bytesIf
: 0 bytesWhile
: 0 bytesForLoop
: 0 bytesLoop
: 0 bytesMatch
: 0 bytesConstBlock
: 0 bytesBlock
: 0 bytesTryBlock
: 0 bytesStruct
: 0 bytesAsync
: 0 bytesAwait
: 0 bytesErr
: 0 bytes