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