Struct pgx_pg_sys::PartitionSpec
source · [−]#[repr(C)]pub struct PartitionSpec {
pub type_: NodeTag,
pub strategy: *mut c_char,
pub partParams: *mut List,
pub location: c_int,
}Fields
type_: NodeTagstrategy: *mut c_charpartParams: *mut Listlocation: c_intTrait Implementations
sourceimpl Clone for PartitionSpec
impl Clone for PartitionSpec
sourcefn clone(&self) -> PartitionSpec
fn clone(&self) -> PartitionSpec
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 PartitionSpec
impl Debug for PartitionSpec
sourceimpl Default for PartitionSpec
impl Default for PartitionSpec
sourceimpl Display for PartitionSpec
impl Display for PartitionSpec
sourceimpl PgNode for PartitionSpec
impl PgNode for PartitionSpec
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for PartitionSpec
Auto Trait Implementations
impl RefUnwindSafe for PartitionSpec
impl !Send for PartitionSpec
impl !Sync for PartitionSpec
impl Unpin for PartitionSpec
impl UnwindSafe for PartitionSpec
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