#[repr(C)]pub struct PartitionPruneStepCombine {
pub step: PartitionPruneStep,
pub combineOp: Type,
pub source_stepids: *mut List,
}
Fields§
§step: PartitionPruneStep
§combineOp: Type
§source_stepids: *mut List
Trait Implementations§
Source§impl Clone for PartitionPruneStepCombine
impl Clone for PartitionPruneStepCombine
Source§fn clone(&self) -> PartitionPruneStepCombine
fn clone(&self) -> PartitionPruneStepCombine
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 PartitionPruneStepCombine
impl Debug for PartitionPruneStepCombine
Source§impl Default for PartitionPruneStepCombine
impl Default for PartitionPruneStepCombine
Source§impl Display for PartitionPruneStepCombine
impl Display for PartitionPruneStepCombine
Source§impl PgNode for PartitionPruneStepCombine
impl PgNode for PartitionPruneStepCombine
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for PartitionPruneStepCombine
Auto Trait Implementations§
impl Freeze for PartitionPruneStepCombine
impl RefUnwindSafe for PartitionPruneStepCombine
impl !Send for PartitionPruneStepCombine
impl !Sync for PartitionPruneStepCombine
impl Unpin for PartitionPruneStepCombine
impl UnwindSafe for PartitionPruneStepCombine
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