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