Enum barrel::ConstraintChange
source · 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 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 moreAuto Trait Implementations§
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