#[repr(C)]pub struct PartitionPruneStepOp {
pub step: PartitionPruneStep,
pub opstrategy: StrategyNumber,
pub exprs: *mut List,
pub cmpfns: *mut List,
pub nullkeys: *mut Bitmapset,
}Fields§
§step: PartitionPruneStep§opstrategy: StrategyNumber§exprs: *mut List§cmpfns: *mut List§nullkeys: *mut BitmapsetTrait Implementations§
Source§impl Clone for PartitionPruneStepOp
impl Clone for PartitionPruneStepOp
Source§fn clone(&self) -> PartitionPruneStepOp
fn clone(&self) -> PartitionPruneStepOp
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PartitionPruneStepOp
Source§impl Debug for PartitionPruneStepOp
impl Debug for PartitionPruneStepOp
Source§impl Default for PartitionPruneStepOp
impl Default for PartitionPruneStepOp
Source§impl Display for PartitionPruneStepOp
impl Display for PartitionPruneStepOp
Source§impl PgNode for PartitionPruneStepOp
impl PgNode for PartitionPruneStepOp
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
Auto Trait Implementations§
impl !Send for PartitionPruneStepOp
impl !Sync for PartitionPruneStepOp
impl Freeze for PartitionPruneStepOp
impl RefUnwindSafe for PartitionPruneStepOp
impl Unpin for PartitionPruneStepOp
impl UnsafeUnpin for PartitionPruneStepOp
impl UnwindSafe for PartitionPruneStepOp
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