Enum debris_parser::token::PrefixOperator
source · pub enum PrefixOperator {
Minus,
Not,
}
Variants§
Implementations§
source§impl PrefixOperator
impl PrefixOperator
pub fn precedence(&self) -> u8
Auto Trait Implementations§
impl RefUnwindSafe for PrefixOperator
impl Send for PrefixOperator
impl Sync for PrefixOperator
impl Unpin for PrefixOperator
impl UnwindSafe for PrefixOperator
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