#[repr(C)]pub struct DomainConstraintState {
pub type_: NodeTag,
pub constrainttype: Type,
pub name: *mut c_char,
pub check_expr: *mut Expr,
pub check_exprstate: *mut ExprState,
}
Fields§
§type_: NodeTag
§constrainttype: Type
§name: *mut c_char
§check_expr: *mut Expr
§check_exprstate: *mut ExprState
Trait Implementations§
Source§impl Clone for DomainConstraintState
impl Clone for DomainConstraintState
Source§fn clone(&self) -> DomainConstraintState
fn clone(&self) -> DomainConstraintState
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 moreSource§impl Debug for DomainConstraintState
impl Debug for DomainConstraintState
Source§impl Default for DomainConstraintState
impl Default for DomainConstraintState
Source§impl Display for DomainConstraintState
impl Display for DomainConstraintState
Source§impl PgNode for DomainConstraintState
impl PgNode for DomainConstraintState
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for DomainConstraintState
Auto Trait Implementations§
impl Freeze for DomainConstraintState
impl RefUnwindSafe for DomainConstraintState
impl !Send for DomainConstraintState
impl !Sync for DomainConstraintState
impl Unpin for DomainConstraintState
impl UnwindSafe for DomainConstraintState
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