Struct sqparse::ast::ThreadStatement
source · pub struct ThreadStatement<'s> {
pub thread: &'s Token<'s>,
pub value: Box<Expression<'s>>,
}Expand description
A thread statement.
Grammar: thread Expression
Fields§
§thread: &'s Token<'s>§value: Box<Expression<'s>>Trait Implementations§
source§impl<'s> Clone for ThreadStatement<'s>
impl<'s> Clone for ThreadStatement<'s>
source§fn clone(&self) -> ThreadStatement<'s>
fn clone(&self) -> ThreadStatement<'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