Struct postgres_array::DimensionInfo [-] [+] [src]

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

Information about a dimension of an array

Fields

len

The size of the dimension

lower_bound

The index of the first element of the dimension

Trait Implementations

Derived Implementations

impl Debug for DimensionInfo

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

impl Copy for DimensionInfo

impl Clone for DimensionInfo

fn clone(&self) -> DimensionInfo

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

impl Eq for DimensionInfo

impl PartialEq for DimensionInfo

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

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