Struct postgres_protocol::types::ArrayDimension [] [src]

pub struct ArrayDimension {
    pub len: i32,
    pub lower_bound: i32,
}

Information about a dimension of an array.

Fields

The length of this dimension.

The base value used to index into this dimension.

Trait Implementations

impl Debug for ArrayDimension
[src]

Formats the value using the given formatter.

impl Copy for ArrayDimension
[src]

impl Clone for ArrayDimension
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ArrayDimension
[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 ArrayDimension
[src]