#[repr(C)]pub struct SubscriptingRef {
pub xpr: Expr,
pub refcontainertype: Oid,
pub refelemtype: Oid,
pub refrestype: Oid,
pub reftypmod: int32,
pub refcollid: Oid,
pub refupperindexpr: *mut List,
pub reflowerindexpr: *mut List,
pub refexpr: *mut Expr,
pub refassgnexpr: *mut Expr,
}
Fields§
§xpr: Expr
§refcontainertype: Oid
§refelemtype: Oid
§refrestype: Oid
§reftypmod: int32
§refcollid: Oid
§refupperindexpr: *mut List
§reflowerindexpr: *mut List
§refexpr: *mut Expr
§refassgnexpr: *mut Expr
Trait Implementations§
Source§impl Clone for SubscriptingRef
impl Clone for SubscriptingRef
Source§fn clone(&self) -> SubscriptingRef
fn clone(&self) -> SubscriptingRef
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 SubscriptingRef
impl Debug for SubscriptingRef
Source§impl Default for SubscriptingRef
impl Default for SubscriptingRef
Source§impl Display for SubscriptingRef
impl Display for SubscriptingRef
Source§impl PgNode for SubscriptingRef
impl PgNode for SubscriptingRef
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for SubscriptingRef
Auto Trait Implementations§
impl Freeze for SubscriptingRef
impl RefUnwindSafe for SubscriptingRef
impl !Send for SubscriptingRef
impl !Sync for SubscriptingRef
impl Unpin for SubscriptingRef
impl UnwindSafe for SubscriptingRef
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