Struct partiql_ast::ast::Let
source · pub struct Let {
pub let_bindings: Vec<LetBinding>,
}
Fields§
§let_bindings: Vec<LetBinding>
A list of LET bindings
Trait Implementations§
impl StructuralPartialEq for Let
Auto Trait Implementations§
impl RefUnwindSafe for Let
impl Send for Let
impl Sync for Let
impl Unpin for Let
impl UnwindSafe for Let
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