Enum sql_parse::InsertReplaceType
source · pub enum InsertReplaceType {
Insert(Span),
Replace(Span),
}
Variants§
Trait Implementations§
source§impl Clone for InsertReplaceType
impl Clone for InsertReplaceType
source§fn clone(&self) -> InsertReplaceType
fn clone(&self) -> InsertReplaceType
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