Struct debris_parser::ast::PrefixOperator
source · pub struct PrefixOperator(Token);
Tuple Fields§
§0: Token
Trait Implementations§
source§impl AstToken for PrefixOperator
impl AstToken for PrefixOperator
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