#[repr(C)]pub struct SampleScan {
pub scan: Scan,
pub tablesample: *mut TableSampleClause,
}Fields§
§scan: Scan§tablesample: *mut TableSampleClauseTrait Implementations§
Source§impl Clone for SampleScan
impl Clone for SampleScan
Source§fn clone(&self) -> SampleScan
fn clone(&self) -> SampleScan
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SampleScan
impl Debug for SampleScan
Source§impl Default for SampleScan
impl Default for SampleScan
Source§impl Display for SampleScan
impl Display for SampleScan
Source§impl PgNode for SampleScan
impl PgNode for SampleScan
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for SampleScan
Auto Trait Implementations§
impl Freeze for SampleScan
impl RefUnwindSafe for SampleScan
impl !Send for SampleScan
impl !Sync for SampleScan
impl Unpin for SampleScan
impl UnwindSafe for SampleScan
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