Struct edgedb_query::queries::conflict::UnlessConflict
source · pub struct UnlessConflict {
pub fields: Option<Vec<&'static str>>,
}Expand description
DefaultInsertConflict struct
Fields§
§fields: Option<Vec<&'static str>>Trait Implementations§
source§impl Clone for UnlessConflict
impl Clone for UnlessConflict
source§fn clone(&self) -> UnlessConflict
fn clone(&self) -> UnlessConflict
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