pub struct AlterConstraint {
pub table: QualifiedName,
pub constraint: TableConstraint,
}Expand description
An ALTER TABLE … ADD CONSTRAINT that needs merging.
Fields§
§table: QualifiedName§constraint: TableConstraintTrait Implementations§
Source§impl Clone for AlterConstraint
impl Clone for AlterConstraint
Source§fn clone(&self) -> AlterConstraint
fn clone(&self) -> AlterConstraint
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 AlterConstraint
impl RefUnwindSafe for AlterConstraint
impl Send for AlterConstraint
impl Sync for AlterConstraint
impl Unpin for AlterConstraint
impl UnsafeUnpin for AlterConstraint
impl UnwindSafe for AlterConstraint
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