Struct diesel::pg::types::sql_types::Range
[−]
[src]
pub struct Range<ST>(_);
The Range
SQL type. This wraps another type to represent a SQL range of
that type.
ToSql
impls
(Bound<T>, Bound<T>)
for anyT
which implementsToSql<ST>
.
FromSql
impls
(Bound<T>, Bound<T>)
for anyT
which implementsFromSql<ST>
.
Trait Implementations
impl<T> QueryId for Range<T> where
T: QueryId,
[src]
T: QueryId,
type QueryId = Range<T::QueryId>
fn has_static_query_id() -> bool
[src]
fn query_id() -> Option<TypeId>
[src]
impl<T> NotNull for Range<T>
[src]
impl<T> SingleValue for Range<T>
[src]
impl<T> NonAggregate for Range<T>
[src]
impl<ST: Debug> Debug for Range<ST>
[src]
impl<ST: Clone> Clone for Range<ST>
[src]
fn clone(&self) -> Range<ST>
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more