Struct sqparse::ast::ContinueStatement
source · pub struct ContinueStatement<'s> {
pub continue_: &'s Token<'s>,
}Expand description
A continue statement.
Grammar: continue
Fields§
§continue_: &'s Token<'s>Trait Implementations§
source§impl<'s> Clone for ContinueStatement<'s>
impl<'s> Clone for ContinueStatement<'s>
source§fn clone(&self) -> ContinueStatement<'s>
fn clone(&self) -> ContinueStatement<'s>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more