Enum debris_parser::token::PostfixOperator
source · pub enum PostfixOperator {
Call,
StructLiteral,
}
Expand description
Postfix operator with infinite precedence
Variants§
Implementations§
source§impl PostfixOperator
impl PostfixOperator
pub fn precedence(&self) -> u8
Auto Trait Implementations§
impl RefUnwindSafe for PostfixOperator
impl Send for PostfixOperator
impl Sync for PostfixOperator
impl Unpin for PostfixOperator
impl UnwindSafe for PostfixOperator
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