pub struct Exclusion {
pub name: String,
pub using: String,
pub columns: Vec<String>,
pub operation: String,
}Available on crate features
postgres and def only.Expand description
A constraint that ensures that, if any two rows are compared on the specified columns or expressions using the specified operators, at least one of these operator comparisons returns false or null
Fieldsยง
ยงname: Stringยงusing: Stringยงcolumns: Vec<String>ยงoperation: StringTrait Implementationsยง
impl StructuralPartialEq for Exclusion
Auto Trait Implementationsยง
impl Freeze for Exclusion
impl RefUnwindSafe for Exclusion
impl Send for Exclusion
impl Sync for Exclusion
impl Unpin for Exclusion
impl UnwindSafe for Exclusion
Blanket Implementationsยง
Sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more