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]impl Copy for ColumnType
[src]
impl Eq for ColumnType
[src]
impl StructuralEq for ColumnType
[src]
impl StructuralPartialEq for ColumnType
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.