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 LineIdximpl Add for LineIdximpl Sub for LineIdximpl Default for LineIdximpl Debug for LineIdximpl Ord for LineIdximpl PartialOrd for LineIdxfn partial_cmp(&self, __arg_0: &LineIdx) -> Option<Ordering>fn lt(&self, __arg_0: &LineIdx) -> boolfn le(&self, __arg_0: &LineIdx) -> boolfn gt(&self, __arg_0: &LineIdx) -> boolfn ge(&self, __arg_0: &LineIdx) -> boolimpl Eq for LineIdximpl PartialEq for LineIdximpl Copy for LineIdximpl Clone for LineIdxfn clone(&self) -> LineIdxfn clone_from(&mut self, source: &Self)