Struct pgrx_pg_sys::IndexOrderByDistance
source · #[repr(C)]pub struct IndexOrderByDistance {
pub value: f64,
pub isnull: bool,
}
Fields§
§value: f64
§isnull: bool
Trait Implementations§
source§impl Clone for IndexOrderByDistance
impl Clone for IndexOrderByDistance
source§fn clone(&self) -> IndexOrderByDistance
fn clone(&self) -> IndexOrderByDistance
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 IndexOrderByDistance
impl Debug for IndexOrderByDistance
source§impl Default for IndexOrderByDistance
impl Default for IndexOrderByDistance
source§fn default() -> IndexOrderByDistance
fn default() -> IndexOrderByDistance
Returns the “default value” for a type. Read more
impl Copy for IndexOrderByDistance
Auto Trait Implementations§
impl Freeze for IndexOrderByDistance
impl RefUnwindSafe for IndexOrderByDistance
impl Send for IndexOrderByDistance
impl Sync for IndexOrderByDistance
impl Unpin for IndexOrderByDistance
impl UnwindSafe for IndexOrderByDistance
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