pub enum ConstraintChange {
AddConstraint {
index: String,
columns: Type,
},
}Expand description
An enum set that represents operations done with and on constraints
Variants§
Trait Implementations§
Source§impl Clone for ConstraintChange
impl Clone for ConstraintChange
Source§fn clone(&self) -> ConstraintChange
fn clone(&self) -> ConstraintChange
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for ConstraintChange
impl RefUnwindSafe for ConstraintChange
impl Send for ConstraintChange
impl Sync for ConstraintChange
impl Unpin for ConstraintChange
impl UnwindSafe for ConstraintChange
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