Struct go_vm::parser::ast::SelectStmt
source · pub struct SelectStmt {
pub select: usize,
pub body: Rc<BlockStmt, Global>,
}
Fields§
§select: usize
§body: Rc<BlockStmt, Global>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SelectStmt
impl !Send for SelectStmt
impl !Sync for SelectStmt
impl Unpin for SelectStmt
impl UnwindSafe for SelectStmt
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