[−][src]Struct postgres_parser::sys::RowCompareExpr
Fields
xpr: Expr
rctype: RowCompareType
opnos: *mut List
LT LE GE or GT, never EQ or NE
opfamilies: *mut List
OID list of pairwise comparison ops
inputcollids: *mut List
OID list of containing operator families
largs: *mut List
OID list of collations for comparisons
rargs: *mut List
the lefthand input arguments
Trait Implementations
impl Debug for RowCompareExpr
[src]
impl Default for RowCompareExpr
[src]
impl Eq for RowCompareExpr
[src]
impl Hash for RowCompareExpr
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl PartialEq<RowCompareExpr> for RowCompareExpr
[src]
fn eq(&self, other: &RowCompareExpr) -> bool
[src]
fn ne(&self, other: &RowCompareExpr) -> bool
[src]
impl StructuralEq for RowCompareExpr
[src]
impl StructuralPartialEq for RowCompareExpr
[src]
Auto Trait Implementations
impl RefUnwindSafe for RowCompareExpr
impl !Send for RowCompareExpr
impl !Sync for RowCompareExpr
impl Unpin for RowCompareExpr
impl UnwindSafe for RowCompareExpr
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,