Enum gimli::read::ColumnType [−][src]
pub enum ColumnType { LeftEdge, Column(u64), }
The type of column that a row is referring to.
Variants
The LeftEdge
means that the statement begins at the start of the new
line.
A column number, whose range begins at 1.
Trait Implementations
impl Clone for ColumnType
[src]
impl Clone for ColumnType
[src]fn clone(&self) -> ColumnType
[src][−]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
impl Ord for ColumnType
[src]
impl Ord for ColumnType
[src]impl PartialEq<ColumnType> for ColumnType
[src]
impl PartialEq<ColumnType> for ColumnType
[src]fn eq(&self, other: &ColumnType) -> bool
[src][−]
fn ne(&self, other: &ColumnType) -> bool
[src][−]
impl PartialOrd<ColumnType> for ColumnType
[src]
impl PartialOrd<ColumnType> for ColumnType
[src]fn partial_cmp(&self, other: &ColumnType) -> Option<Ordering>
[src][−]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn ge(&self, other: &Rhs) -> bool