[][src]Struct codespan::ColumnOffset

pub struct ColumnOffset(pub RawOffset);

A column offset in a source file

Trait Implementations

impl Add<ColumnOffset> for ColumnIndex[src]

type Output = ColumnIndex

The resulting type after applying the + operator.

impl Add<ColumnOffset> for ColumnOffset[src]

type Output = ColumnOffset

The resulting type after applying the + operator.

impl AddAssign<ColumnOffset> for ColumnIndex[src]

impl AddAssign<ColumnOffset> for ColumnOffset[src]

impl Clone for ColumnOffset[src]

impl Copy for ColumnOffset[src]

impl Debug for ColumnOffset[src]

impl Default for ColumnOffset[src]

impl Display for ColumnOffset[src]

impl Eq for ColumnOffset[src]

impl From<ColumnOffset> for RawOffset[src]

impl From<ColumnOffset> for usize[src]

impl From<i64> for ColumnOffset[src]

impl Hash for ColumnOffset[src]

impl Neg for ColumnOffset[src]

type Output = ColumnOffset

The resulting type after applying the - operator.

impl Offset for ColumnOffset[src]

impl Ord for ColumnOffset[src]

impl PartialEq<ColumnOffset> for ColumnOffset[src]

impl PartialOrd<ColumnOffset> for ColumnOffset[src]

impl StructuralEq for ColumnOffset[src]

impl StructuralPartialEq for ColumnOffset[src]

impl Sub<ColumnOffset> for ColumnOffset[src]

type Output = ColumnOffset

The resulting type after applying the - operator.

impl Sub<ColumnOffset> for ColumnIndex[src]

type Output = ColumnIndex

The resulting type after applying the - operator.

impl SubAssign<ColumnOffset> for ColumnOffset[src]

impl SubAssign<ColumnOffset> for ColumnIndex[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.