#[repr(C)]pub struct InferClause {
pub type_: NodeTag,
pub indexElems: *mut List,
pub whereClause: *mut Node,
pub conname: *mut c_char,
pub location: c_int,
}
Fields§
§type_: NodeTag
§indexElems: *mut List
§whereClause: *mut Node
§conname: *mut c_char
§location: c_int
Trait Implementations§
Source§impl Clone for InferClause
impl Clone for InferClause
Source§fn clone(&self) -> InferClause
fn clone(&self) -> InferClause
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 InferClause
impl Debug for InferClause
Source§impl Default for InferClause
impl Default for InferClause
Source§impl Display for InferClause
impl Display for InferClause
Source§impl PgNode for InferClause
impl PgNode for InferClause
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for InferClause
Auto Trait Implementations§
impl Freeze for InferClause
impl RefUnwindSafe for InferClause
impl !Send for InferClause
impl !Sync for InferClause
impl Unpin for InferClause
impl UnwindSafe for InferClause
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