pub enum ExprPrecedence {
Show 40 variants
Closure,
Break,
Continue,
Ret,
Yield,
Yeet,
Become,
Range,
Binary(BinOpKind),
Cast,
Assign,
AssignOp,
AddrOf,
Let,
Unary,
Call,
MethodCall,
Field,
Index,
Try,
Mac,
Array,
Repeat,
Tup,
Lit,
Path,
Paren,
If,
While,
ForLoop,
Loop,
Match,
PostfixMatch,
ConstBlock,
Block,
TryBlock,
Struct,
Gen,
Await,
Err,
}
Variants§
Closure
Break
Continue
Ret
Yield
Yeet
Become
Range
Binary(BinOpKind)
Cast
Assign
AssignOp
AddrOf
Let
Unary
Call
MethodCall
Field
Index
Try
Mac
Array
Repeat
Tup
Lit
Path
Paren
If
While
ForLoop
Loop
Match
PostfixMatch
ConstBlock
Block
TryBlock
Struct
Gen
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 Freeze for ExprPrecedence
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§impl<T> WithSubscriber for T
impl<T> WithSubscriber for T
source§fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
source§fn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
impl<'a, T> Captures<'a> for Twhere
T: ?Sized,
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 bytesMac
: 0 bytesArray
: 0 bytesRepeat
: 0 bytesTup
: 0 bytesLit
: 0 bytesPath
: 0 bytesParen
: 0 bytesIf
: 0 bytesWhile
: 0 bytesForLoop
: 0 bytesLoop
: 0 bytesMatch
: 0 bytesPostfixMatch
: 0 bytesConstBlock
: 0 bytesBlock
: 0 bytesTryBlock
: 0 bytesStruct
: 0 bytesGen
: 0 bytesAwait
: 0 bytesErr
: 0 bytes