Struct postgres_array::Dimension [] [src]

pub struct Dimension {
    pub len: usize,
    pub lower_bound: isize,
}

Information about a dimension of an array.

Fields

len

The length of the dimension.

lower_bound

The index of the first element of the dimension.

Trait Implementations

Derived Implementations

impl Eq for Dimension

impl PartialEq for Dimension

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

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

impl Copy for Dimension

impl Clone for Dimension

fn clone(&self) -> Dimension

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

impl Debug for Dimension

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