pub struct ValidateConstraint<'a> {
pub validate_span: Span,
pub constraint_span: Span,
pub constraint_name: Identifier<'a>,
}Expand description
PostgreSQL: VALIDATE CONSTRAINT constraint_name
Fields§
§validate_span: Span§constraint_span: Span§constraint_name: Identifier<'a>Trait Implementations§
Source§impl<'a> Clone for ValidateConstraint<'a>
impl<'a> Clone for ValidateConstraint<'a>
Source§fn clone(&self) -> ValidateConstraint<'a>
fn clone(&self) -> ValidateConstraint<'a>
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 moreSource§impl<'a> Debug for ValidateConstraint<'a>
impl<'a> Debug for ValidateConstraint<'a>
Auto Trait Implementations§
impl<'a> Freeze for ValidateConstraint<'a>
impl<'a> RefUnwindSafe for ValidateConstraint<'a>
impl<'a> Send for ValidateConstraint<'a>
impl<'a> Sync for ValidateConstraint<'a>
impl<'a> Unpin for ValidateConstraint<'a>
impl<'a> UnsafeUnpin for ValidateConstraint<'a>
impl<'a> UnwindSafe for ValidateConstraint<'a>
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