Struct postgres_array::Dimension [] [src]

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

Information about a dimension of an array.

Fields

len: i32

The length of the dimension.

lower_bound: i32

The index of the first element of the dimension.

Trait Implementations

impl Eq for Dimension
[src]

impl PartialEq for Dimension
[src]

fn eq(&self, __arg_0: &Dimension) -> bool

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

fn ne(&self, __arg_0: &Dimension) -> bool

This method tests for !=.

impl Copy for Dimension
[src]

impl Clone for Dimension
[src]

fn clone(&self) -> Dimension

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for Dimension
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.