Enum rustc_ast::util::parser::ExprPrecedence
source · pub enum ExprPrecedence {
Show 42 variants
Closure,
Break,
Continue,
Ret,
Yield,
Yeet,
Become,
Range,
Binary(BinOpKind),
Cast,
Assign,
AssignOp,
AddrOf,
Let,
Unary,
Call,
MethodCall,
Field,
Index,
Try,
InlineAsm,
OffsetOf,
Mac,
FormatArgs,
Array,
Repeat,
Tup,
Lit,
Path,
Paren,
If,
While,
ForLoop,
Loop,
Match,
ConstBlock,
Block,
TryBlock,
Struct,
Async,
Await,
Err,
}
Variants§
Closure
Break
Continue
Ret
Yield
Yeet
Become
Range
Binary(BinOpKind)
Cast
Assign
AssignOp
AddrOf
Let
Unary
Call
MethodCall
Field
Index
Try
InlineAsm
OffsetOf
Mac
FormatArgs
Array
Repeat
Tup
Lit
Path
Paren
If
While
ForLoop
Loop
Match
ConstBlock
Block
TryBlock
Struct
Async
Await
Err
Implementations§
Trait Implementations§
source§impl Clone for ExprPrecedence
impl Clone for ExprPrecedence
source§fn clone(&self) -> ExprPrecedence
fn clone(&self) -> ExprPrecedence
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ExprPrecedence
impl Debug for ExprPrecedence
impl Copy for ExprPrecedence
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§
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
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 bytesYeet
: 0 bytesBecome
: 0 bytesRange
: 0 bytesBinary
: 1 byteCast
: 0 bytesAssign
: 0 bytesAssignOp
: 0 bytesAddrOf
: 0 bytesLet
: 0 bytesUnary
: 0 bytesCall
: 0 bytesMethodCall
: 0 bytesField
: 0 bytesIndex
: 0 bytesTry
: 0 bytesInlineAsm
: 0 bytesOffsetOf
: 0 bytesMac
: 0 bytesFormatArgs
: 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