pub enum RangeType {
Precision,
NonNegativeInteger,
TimestampPrecision,
NumberOrTimestamp,
Any,
}Expand description
Represents if the range is non negative integer range or not This will be used while creating an integer range from OwnedElement to explicitly state if its non negative or not
Variants
Precision
NonNegativeInteger
TimestampPrecision
NumberOrTimestamp
Any
Trait Implementations
sourceimpl PartialEq<RangeType> for RangeType
impl PartialEq<RangeType> for RangeType
impl Eq for RangeType
impl StructuralEq for RangeType
impl StructuralPartialEq for RangeType
Auto Trait Implementations
impl RefUnwindSafe for RangeType
impl Send for RangeType
impl Sync for RangeType
impl Unpin for RangeType
impl UnwindSafe for RangeType
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