Struct pgx_pg_sys::TableSampleClause
source · [−]#[repr(C)]pub struct TableSampleClause {
pub type_: NodeTag,
pub tsmhandler: Oid,
pub args: *mut List,
pub repeatable: *mut Expr,
}Fields
type_: NodeTagtsmhandler: Oidargs: *mut Listrepeatable: *mut ExprTrait Implementations
sourceimpl Clone for TableSampleClause
impl Clone for TableSampleClause
sourcefn clone(&self) -> TableSampleClause
fn clone(&self) -> TableSampleClause
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 TableSampleClause
impl Debug for TableSampleClause
sourceimpl Default for TableSampleClause
impl Default for TableSampleClause
sourceimpl Display for TableSampleClause
impl Display for TableSampleClause
sourceimpl PgNode for TableSampleClause
impl PgNode for TableSampleClause
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for TableSampleClause
Auto Trait Implementations
impl RefUnwindSafe for TableSampleClause
impl !Send for TableSampleClause
impl !Sync for TableSampleClause
impl Unpin for TableSampleClause
impl UnwindSafe for TableSampleClause
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