Struct postgres_protocol::types::ArrayDimension [−][src]
Expand description
Information about a dimension of an array.
Fields
len: i32The length of this dimension.
lower_bound: i32The base value used to index into this dimension.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ArrayDimension
impl Send for ArrayDimension
impl Sync for ArrayDimension
impl Unpin for ArrayDimension
impl UnwindSafe for ArrayDimension
Blanket Implementations
Mutably borrows from an owned value. Read more