pub(crate) enum Precedence {
Show 16 variants
Jump,
Assign,
Range,
Or,
And,
Let,
Compare,
BitOr,
BitXor,
BitAnd,
Shift,
Sum,
Product,
Cast,
Prefix,
Unambiguous,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for Precedence
impl Clone for Precedence
source§impl PartialEq for Precedence
impl PartialEq for Precedence
source§impl PartialOrd for Precedence
impl PartialOrd for Precedence
impl Copy for Precedence
Auto Trait Implementations§
impl Freeze for Precedence
impl RefUnwindSafe for Precedence
impl Send for Precedence
impl Sync for Precedence
impl Unpin for Precedence
impl UnwindSafe for Precedence
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
)