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<ST: Debug> Debug for Range<ST>
[src]

[src]

Formats the value using the given formatter.

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

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

[src]

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