Enum postgres_range::BoundType[][src]

pub enum BoundType {
    Inclusive,
    Exclusive,
}

The type of a range bound.

Variants

The bound includes its value.

The bound excludes its value.

Trait Implementations

impl Debug for BoundType
[src]

Formats the value using the given formatter. Read more

impl PartialEq for BoundType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for BoundType
[src]

impl Clone for BoundType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BoundType
[src]

Auto Trait Implementations

impl Send for BoundType

impl Sync for BoundType