Struct debris_parser::ast::PostfixOp
source · pub struct PostfixOp(AstNode);
Tuple Fields§
§0: AstNode
Implementations§
source§impl PostfixOp
impl PostfixOp
pub fn value(&self) -> Expression
pub fn op(&self) -> PostfixOperator
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PostfixOp
impl !Send for PostfixOp
impl !Sync for PostfixOp
impl Unpin for PostfixOp
impl UnwindSafe for PostfixOp
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