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