Struct sqlparser::ast::OnConflict
source · pub struct OnConflict {
pub conflict_target: Vec<Ident>,
pub action: OnConflictAction,
}Fields
conflict_target: Vec<Ident>action: OnConflictActionTrait Implementations
sourceimpl Clone for OnConflict
impl Clone for OnConflict
sourcefn clone(&self) -> OnConflict
fn clone(&self) -> OnConflict
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for OnConflict
impl Debug for OnConflict
sourceimpl Display for OnConflict
impl Display for OnConflict
sourceimpl Hash for OnConflict
impl Hash for OnConflict
sourceimpl PartialEq<OnConflict> for OnConflict
impl PartialEq<OnConflict> for OnConflict
sourcefn eq(&self, other: &OnConflict) -> bool
fn eq(&self, other: &OnConflict) -> bool
impl Eq for OnConflict
impl StructuralEq for OnConflict
impl StructuralPartialEq for OnConflict
Auto Trait Implementations
impl RefUnwindSafe for OnConflict
impl Send for OnConflict
impl Sync for OnConflict
impl Unpin for OnConflict
impl UnwindSafe for OnConflict
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more