[−][src]Struct pgx_pg_sys::Constraint
Fields
type_: NodeTagcontype: ConstrTypeconname: *mut c_chardeferrable: boolinitdeferred: boollocation: c_intis_no_inherit: boolraw_expr: *mut Nodecooked_expr: *mut c_chargenerated_when: c_charkeys: *mut Listincluding: *mut Listexclusions: *mut Listoptions: *mut Listindexname: *mut c_charindexspace: *mut c_charreset_default_tblspc: boolaccess_method: *mut c_charwhere_clause: *mut Nodepktable: *mut RangeVarfk_attrs: *mut Listpk_attrs: *mut Listfk_matchtype: c_charfk_upd_action: c_charfk_del_action: c_charold_conpfeqop: *mut Listold_pktable_oid: Oidskip_validation: boolinitially_valid: boolTrait Implementations
impl Clone for Constraint[src]
pub fn clone(&self) -> Constraint[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for Constraint[src]
impl Debug for Constraint[src]
impl Default for Constraint[src]
impl Display for Constraint[src]
impl PgNode for Constraint[src]
type NodeType = Constraint
pub fn as_node_ptr(&self) -> *mut Self::NodeType[src]
Auto Trait Implementations
impl RefUnwindSafe for Constraint[src]
impl !Send for Constraint[src]
impl !Sync for Constraint[src]
impl Unpin for Constraint[src]
impl UnwindSafe for Constraint[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,