Struct prql_compiler::ast::pl::stmt::Statements
source · pub struct Statements(pub Vec<Stmt>);Expand description
A helper wrapper around Vec
Tuple Fields§
§0: Vec<Stmt>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Statements
impl Send for Statements
impl Sync for Statements
impl Unpin for Statements
impl UnwindSafe for Statements
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