pub struct CaseSpecificColumnConstraint {
pub not_: Option<Box<Expression>>,
}Expand description
CaseSpecificColumnConstraint
Fields§
§not_: Option<Box<Expression>>Trait Implementations§
Source§impl Clone for CaseSpecificColumnConstraint
impl Clone for CaseSpecificColumnConstraint
Source§fn clone(&self) -> CaseSpecificColumnConstraint
fn clone(&self) -> CaseSpecificColumnConstraint
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 Debug for CaseSpecificColumnConstraint
impl Debug for CaseSpecificColumnConstraint
Source§impl<'de> Deserialize<'de> for CaseSpecificColumnConstraint
impl<'de> Deserialize<'de> for CaseSpecificColumnConstraint
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CaseSpecificColumnConstraint
impl PartialEq for CaseSpecificColumnConstraint
Source§fn eq(&self, other: &CaseSpecificColumnConstraint) -> bool
fn eq(&self, other: &CaseSpecificColumnConstraint) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CaseSpecificColumnConstraint
Auto Trait Implementations§
impl Freeze for CaseSpecificColumnConstraint
impl RefUnwindSafe for CaseSpecificColumnConstraint
impl Send for CaseSpecificColumnConstraint
impl Sync for CaseSpecificColumnConstraint
impl Unpin for CaseSpecificColumnConstraint
impl UnwindSafe for CaseSpecificColumnConstraint
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