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