Struct pgrx_pg_sys::DomainConstraintRef
source · #[repr(C)]pub struct DomainConstraintRef {
pub constraints: *mut List,
pub refctx: MemoryContext,
pub tcache: *mut TypeCacheEntry,
pub need_exprstate: bool,
pub dcc: *mut DomainConstraintCache,
pub callback: MemoryContextCallback,
}
Fields§
§constraints: *mut List
§refctx: MemoryContext
§tcache: *mut TypeCacheEntry
§need_exprstate: bool
§dcc: *mut DomainConstraintCache
§callback: MemoryContextCallback
Trait Implementations§
source§impl Clone for DomainConstraintRef
impl Clone for DomainConstraintRef
source§fn clone(&self) -> DomainConstraintRef
fn clone(&self) -> DomainConstraintRef
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 more