Struct pgx_pg_sys::InferClause
source · [−]#[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_: NodeTagindexElems: *mut ListwhereClause: *mut Nodeconname: *mut c_charlocation: c_intTrait Implementations
sourceimpl Clone for InferClause
impl Clone for InferClause
sourcefn clone(&self) -> InferClause
fn clone(&self) -> InferClause
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for InferClause
impl Debug for InferClause
sourceimpl Default for InferClause
impl Default for InferClause
sourceimpl Display for InferClause
impl Display for InferClause
sourceimpl PgNode for InferClause
impl PgNode for InferClause
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for InferClause
Auto Trait Implementations
impl RefUnwindSafe for InferClause
impl !Send for InferClause
impl !Sync for InferClause
impl Unpin for InferClause
impl UnwindSafe for InferClause
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more