Struct pgx_pg_sys::QueryOperator
source · [−]#[repr(C)]pub struct QueryOperator {
pub type_: QueryItemType,
pub oper: int8,
pub distance: int16,
pub left: uint32,
}Fields
type_: QueryItemTypeoper: int8distance: int16left: uint32Trait Implementations
sourceimpl Clone for QueryOperator
impl Clone for QueryOperator
sourcefn clone(&self) -> QueryOperator
fn clone(&self) -> QueryOperator
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for QueryOperator
impl Debug for QueryOperator
sourceimpl Default for QueryOperator
impl Default for QueryOperator
sourcefn default() -> QueryOperator
fn default() -> QueryOperator
Returns the “default value” for a type. Read more
impl Copy for QueryOperator
Auto Trait Implementations
impl RefUnwindSafe for QueryOperator
impl Send for QueryOperator
impl Sync for QueryOperator
impl Unpin for QueryOperator
impl UnwindSafe for QueryOperator
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more