Enum sqlparser::ast::DiscardObject
source · pub enum DiscardObject {
ALL,
PLANS,
SEQUENCES,
TEMP,
}Variants§
Trait Implementations§
source§impl Clone for DiscardObject
impl Clone for DiscardObject
source§fn clone(&self) -> DiscardObject
fn clone(&self) -> DiscardObject
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