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

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

Information about a dimension of an array.

Fields

len: i32
[]

The length of this dimension.

lower_bound: i32
[]

The base value used to index into this dimension.

Trait Implementations

impl Eq for ArrayDimension
[src]

impl PartialEq for ArrayDimension
[src]

fn eq(&self, __arg_0: &ArrayDimension) -> bool[]

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

fn ne(&self, __arg_0: &ArrayDimension) -> bool[]

This method tests for !=.

impl Clone for ArrayDimension
[src]

fn clone(&self) -> ArrayDimension[]

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

impl Debug for ArrayDimension
[src]

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

Formats the value using the given formatter.