Struct pgx_pg_sys::IndexOrderByDistance
source · [−]Fields
value: f64isnull: boolTrait Implementations
sourceimpl Clone for IndexOrderByDistance
impl Clone for IndexOrderByDistance
sourcefn clone(&self) -> IndexOrderByDistance
fn clone(&self) -> IndexOrderByDistance
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 IndexOrderByDistance
impl Debug for IndexOrderByDistance
sourceimpl Default for IndexOrderByDistance
impl Default for IndexOrderByDistance
sourcefn default() -> IndexOrderByDistance
fn default() -> IndexOrderByDistance
Returns the “default value” for a type. Read more
impl Copy for IndexOrderByDistance
Auto Trait Implementations
impl RefUnwindSafe for IndexOrderByDistance
impl Send for IndexOrderByDistance
impl Sync for IndexOrderByDistance
impl Unpin for IndexOrderByDistance
impl UnwindSafe for IndexOrderByDistance
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