Struct xswag_base::code::LineIdx
[−]
[src]
pub struct LineIdx(pub SrcOffset);
Represents a line index.
pub struct LineIdx(pub SrcOffset);
Represents a line index.
impl Display for LineIdx
impl Add for LineIdx
impl Sub for LineIdx
impl Default for LineIdx
impl Debug for LineIdx
impl Ord for LineIdx
impl PartialOrd for LineIdx
fn partial_cmp(&self, __arg_0: &LineIdx) -> Option<Ordering>
fn lt(&self, __arg_0: &LineIdx) -> bool
fn le(&self, __arg_0: &LineIdx) -> bool
fn gt(&self, __arg_0: &LineIdx) -> bool
fn ge(&self, __arg_0: &LineIdx) -> bool
impl Eq for LineIdx
impl PartialEq for LineIdx
impl Copy for LineIdx
impl Clone for LineIdx
fn clone(&self) -> LineIdx
fn clone_from(&mut self, source: &Self)