pub enum RangeSubtype {
Int4,
Int8,
Num,
Ts,
Tstz,
Date,
}Expand description
Subtype for a built-in PostgreSQL range or multirange type.
Variants§
Trait Implementations§
Source§impl Clone for RangeSubtype
impl Clone for RangeSubtype
Source§fn clone(&self) -> RangeSubtype
fn clone(&self) -> RangeSubtype
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for RangeSubtype
impl RefUnwindSafe for RangeSubtype
impl Send for RangeSubtype
impl Sync for RangeSubtype
impl Unpin for RangeSubtype
impl UnsafeUnpin for RangeSubtype
impl UnwindSafe for RangeSubtype
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