Struct pgrx_pg_sys::ConstrCheck
source · #[repr(C)]pub struct ConstrCheck {
pub ccname: *mut c_char,
pub ccbin: *mut c_char,
pub ccvalid: bool,
pub ccnoinherit: bool,
}
Fields§
§ccname: *mut c_char
§ccbin: *mut c_char
§ccvalid: bool
§ccnoinherit: bool
Trait Implementations§
source§impl Clone for ConstrCheck
impl Clone for ConstrCheck
source§fn clone(&self) -> ConstrCheck
fn clone(&self) -> ConstrCheck
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