#[repr(C)]pub struct IndexClause {
pub type_: NodeTag,
pub rinfo: *mut RestrictInfo,
pub indexquals: *mut List,
pub lossy: bool,
pub indexcol: AttrNumber,
pub indexcols: *mut List,
}
Fields§
§type_: NodeTag
§rinfo: *mut RestrictInfo
§indexquals: *mut List
§lossy: bool
§indexcol: AttrNumber
§indexcols: *mut List
Trait Implementations§
Source§impl Clone for IndexClause
impl Clone for IndexClause
Source§fn clone(&self) -> IndexClause
fn clone(&self) -> IndexClause
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 IndexClause
impl Debug for IndexClause
Source§impl Default for IndexClause
impl Default for IndexClause
Source§impl Display for IndexClause
impl Display for IndexClause
Source§impl PgNode for IndexClause
impl PgNode for IndexClause
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for IndexClause
Auto Trait Implementations§
impl Freeze for IndexClause
impl RefUnwindSafe for IndexClause
impl !Send for IndexClause
impl !Sync for IndexClause
impl Unpin for IndexClause
impl UnwindSafe for IndexClause
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