pub enum ExprPrecedence {
Show 41 variants Closure, Break, Continue, Ret, Yield, Yeet, 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

Closure

Break

Continue

Ret

Yield

Yeet

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

Implementations

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

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 resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
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.

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 bytes
  • Break: 0 bytes
  • Continue: 0 bytes
  • Ret: 0 bytes
  • Yield: 0 bytes
  • Yeet: 0 bytes
  • Range: 0 bytes
  • Binary: 1 byte
  • Cast: 0 bytes
  • Type: 0 bytes
  • Assign: 0 bytes
  • AssignOp: 0 bytes
  • Box: 0 bytes
  • AddrOf: 0 bytes
  • Let: 0 bytes
  • Unary: 0 bytes
  • Call: 0 bytes
  • MethodCall: 0 bytes
  • Field: 0 bytes
  • Index: 0 bytes
  • Try: 0 bytes
  • InlineAsm: 0 bytes
  • Mac: 0 bytes
  • Array: 0 bytes
  • Repeat: 0 bytes
  • Tup: 0 bytes
  • Lit: 0 bytes
  • Path: 0 bytes
  • Paren: 0 bytes
  • If: 0 bytes
  • While: 0 bytes
  • ForLoop: 0 bytes
  • Loop: 0 bytes
  • Match: 0 bytes
  • ConstBlock: 0 bytes
  • Block: 0 bytes
  • TryBlock: 0 bytes
  • Struct: 0 bytes
  • Async: 0 bytes
  • Await: 0 bytes
  • Err: 0 bytes