pub enum RangeKind {
Int4,
Int8,
Num,
Ts,
TsTz,
Date,
}Expand description
v7.17.0 Phase 3.P0-38 — pins the element type of a range value or column. Wire OIDs: Int4=3904, Int8=3926, Num=3906, Ts=3908, TsTz=3910, Date=3912.
Variants§
Implementations§
Trait Implementations§
impl Copy for RangeKind
impl Eq for RangeKind
Source§impl Ord for RangeKind
impl Ord for RangeKind
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for RangeKind
impl PartialOrd for RangeKind
impl StructuralPartialEq for RangeKind
Auto Trait Implementations§
impl Freeze for RangeKind
impl RefUnwindSafe for RangeKind
impl Send for RangeKind
impl Sync for RangeKind
impl Unpin for RangeKind
impl UnsafeUnpin for RangeKind
impl UnwindSafe for RangeKind
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