Struct sqlparser::ast::SelectInto
source · pub struct SelectInto {
pub temporary: bool,
pub unlogged: bool,
pub table: bool,
pub name: ObjectName,
}Fields§
§temporary: bool§unlogged: bool§table: bool§name: ObjectNameTrait Implementations§
source§impl Clone for SelectInto
impl Clone for SelectInto
source§fn clone(&self) -> SelectInto
fn clone(&self) -> SelectInto
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