Skip to main content

ConflictTarget

Struct ConflictTarget 

Source
pub struct ConflictTarget<T>(/* private fields */);

Implementations§

Source§

impl<T> ConflictTarget<T>

Source

pub fn new(target: T) -> Self

Available on crate feature i-implement-a-third-party-backend-and-opt-into-breaking-changes only.

Creates a new ConflictTarget wrapping the given target.

§Arguments
  • target - The target of the ON CONFLICT clause.