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