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

FromSql impls

Trait Implementations

impl<T> QueryId for Range<T> where
    T: QueryId
[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]

Formats the value using the given formatter.

impl<ST: Clone> Clone for Range<ST>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<ST: Copy> Copy for Range<ST>
[src]

impl<ST: Default> Default for Range<ST>
[src]

Returns the "default value" for a type. Read more