Enum sqlmo::query::OnConflict
source · pub enum OnConflict {
Ignore,
Abort,
}Variants§
Trait 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 moresource§impl Debug for OnConflict
impl Debug for OnConflict
source§impl Default for OnConflict
impl Default for OnConflict
source§impl PartialEq<OnConflict> for OnConflict
impl PartialEq<OnConflict> for OnConflict
source§fn eq(&self, other: &OnConflict) -> bool
fn eq(&self, other: &OnConflict) -> bool
This method tests for
self and other values to be equal, and is used
by ==.