#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SampleScan
Source§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
Auto Trait Implementations§
impl !Send for SampleScan
impl !Sync for SampleScan
impl Freeze for SampleScan
impl RefUnwindSafe for SampleScan
impl Unpin for SampleScan
impl UnsafeUnpin 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