Struct partiql_ast::ast::UniOp
source · pub struct UniOp {
pub kind: UniOpKind,
pub expr: Box<Expr>,
}
Fields§
§kind: UniOpKind
§expr: Box<Expr>
Trait Implementations§
source§impl PartialEq<UniOp> for UniOp
impl PartialEq<UniOp> for UniOp
impl StructuralPartialEq for UniOp
Auto Trait Implementations§
impl RefUnwindSafe for UniOp
impl Send for UniOp
impl Sync for UniOp
impl Unpin for UniOp
impl UnwindSafe for UniOp
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