pub struct InExpression {
pub children: Vec<Box<Expression>>,
}Expand description
In expression data
Fields§
§children: Vec<Box<Expression>>In expression items
Trait Implementations§
Source§impl Debug for InExpression
impl Debug for InExpression
Source§impl PartialEq for InExpression
impl PartialEq for InExpression
impl StructuralPartialEq for InExpression
Auto Trait Implementations§
impl Freeze for InExpression
impl RefUnwindSafe for InExpression
impl Send for InExpression
impl Sync for InExpression
impl Unpin for InExpression
impl UnwindSafe for InExpression
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