Enum sqlparser::ast::CloseCursor
source · pub enum CloseCursor {
All,
Specific {
name: Ident,
},
}Variants§
Trait Implementations§
source§impl Clone for CloseCursor
impl Clone for CloseCursor
source§fn clone(&self) -> CloseCursor
fn clone(&self) -> CloseCursor
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