Struct pgrx_pg_sys::QueryOperator
source · #[repr(C)]pub struct QueryOperator {
pub type_: QueryItemType,
pub oper: int8,
pub distance: int16,
pub left: uint32,
}Fields§
§type_: QueryItemType§oper: int8§distance: int16§left: uint32Trait Implementations§
source§impl Clone for QueryOperator
impl Clone for QueryOperator
source§fn clone(&self) -> QueryOperator
fn clone(&self) -> QueryOperator
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 QueryOperator
impl Debug for QueryOperator
source§impl Default for QueryOperator
impl Default for QueryOperator
source§fn default() -> QueryOperator
fn default() -> QueryOperator
Returns the “default value” for a type. Read more