Struct diesel::pg::types::sql_types::Range [−][src]
pub struct Range<ST>(_);
Expand description
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
type Expression = SqlBound<Range<ST>, Self>
type Expression = SqlBound<Range<ST>, Self>
The expression being returned
Perform the conversion
type Expression = SqlBound<Range<ST>, Self>
type Expression = SqlBound<Range<ST>, Self>
The expression being returned
Perform the conversion
The number of fields that this type will consume. Must be equal to
the number of times you would call row.take()
in build_from_row
Read more
Fetch the metadata for the given type Read more
Fetch the metadata for the given type Read more
Fetch the metadata for the given type Read more
Fetch the metadata for the given type Read more
Fetch the metadata for the given type Read more
Fetch the metadata for the given type Read more
Auto Trait Implementations
impl<ST> RefUnwindSafe for Range<ST> where
ST: RefUnwindSafe,
impl<ST> UnwindSafe for Range<ST> where
ST: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Convert self
to an expression for Diesel’s query builder. Read more