Struct pgx_pg_sys::ModifyTablePath
source · [−]#[repr(C)]pub struct ModifyTablePath {Show 14 fields
pub path: Path,
pub subpath: *mut Path,
pub operation: CmdType,
pub canSetTag: bool,
pub nominalRelation: Index,
pub rootRelation: Index,
pub partColsUpdated: bool,
pub resultRelations: *mut List,
pub updateColnosLists: *mut List,
pub withCheckOptionLists: *mut List,
pub returningLists: *mut List,
pub rowMarks: *mut List,
pub onconflict: *mut OnConflictExpr,
pub epqParam: c_int,
}Fields
path: Pathsubpath: *mut Pathoperation: CmdTypecanSetTag: boolnominalRelation: IndexrootRelation: IndexpartColsUpdated: boolresultRelations: *mut ListupdateColnosLists: *mut ListwithCheckOptionLists: *mut ListreturningLists: *mut ListrowMarks: *mut Listonconflict: *mut OnConflictExprepqParam: c_intTrait Implementations
sourceimpl Clone for ModifyTablePath
impl Clone for ModifyTablePath
sourcefn clone(&self) -> ModifyTablePath
fn clone(&self) -> ModifyTablePath
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 ModifyTablePath
impl Debug for ModifyTablePath
sourceimpl Default for ModifyTablePath
impl Default for ModifyTablePath
sourceimpl Display for ModifyTablePath
impl Display for ModifyTablePath
sourceimpl PgNode for ModifyTablePath
impl PgNode for ModifyTablePath
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for ModifyTablePath
Auto Trait Implementations
impl RefUnwindSafe for ModifyTablePath
impl !Send for ModifyTablePath
impl !Sync for ModifyTablePath
impl Unpin for ModifyTablePath
impl UnwindSafe for ModifyTablePath
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