pub struct ResolvedPostfixOperator {
pub left: Box<ResolvedExpression>,
pub ast_operator_type: PostfixOperator,
pub resolved_type: ResolvedType,
}
Fields§
§left: Box<ResolvedExpression>
§ast_operator_type: PostfixOperator
§resolved_type: ResolvedType
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedPostfixOperator
impl !RefUnwindSafe for ResolvedPostfixOperator
impl !Send for ResolvedPostfixOperator
impl !Sync for ResolvedPostfixOperator
impl Unpin for ResolvedPostfixOperator
impl !UnwindSafe for ResolvedPostfixOperator
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