Struct sqlparser::ast::OnConflict
source · pub struct OnConflict {
pub conflict_target: Vec<Ident>,
pub action: OnConflictAction,
}Fields§
§conflict_target: Vec<Ident>§action: OnConflictActionTrait Implementations§
source§impl Clone for OnConflict
impl Clone for OnConflict
source§fn clone(&self) -> OnConflict
fn clone(&self) -> OnConflict
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