pub struct ColIdx(pub usize);Expand description
A 0-based column index in characters within a line.
Tuple Fields§
§0: usizeImplementations§
Trait Implementations§
Source§impl Ord for ColIdx
impl Ord for ColIdx
Source§impl PartialOrd for ColIdx
impl PartialOrd for ColIdx
impl Copy for ColIdx
impl Eq for ColIdx
impl StructuralPartialEq for ColIdx
Auto Trait Implementations§
impl Freeze for ColIdx
impl RefUnwindSafe for ColIdx
impl Send for ColIdx
impl Sync for ColIdx
impl Unpin for ColIdx
impl UnsafeUnpin for ColIdx
impl UnwindSafe for ColIdx
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more