Struct pgrx_pg_sys::RangeBound
source · #[repr(C)]pub struct RangeBound {
pub val: Datum,
pub infinite: bool,
pub inclusive: bool,
pub lower: bool,
}
Fields§
§val: Datum
§infinite: bool
§inclusive: bool
§lower: bool
Trait Implementations§
source§impl Clone for RangeBound
impl Clone for RangeBound
source§fn clone(&self) -> RangeBound
fn clone(&self) -> RangeBound
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 more