pub struct Line(pub usize);Expand description
Line(line)
Tuple Fields§
§0: usize1-indexed line.
Trait Implementations§
Source§impl From<LineColByte> for Line
impl From<LineColByte> for Line
Source§fn from(pos: LineColByte) -> Self
fn from(pos: LineColByte) -> Self
Converts to this type from the input type.
Source§impl From<LineColByteRange> for Line
impl From<LineColByteRange> for Line
Source§fn from(pos: LineColByteRange) -> Self
fn from(pos: LineColByteRange) -> Self
Converts to this type from the input type.
impl Copy for Line
impl Eq for Line
impl StructuralPartialEq for Line
Auto Trait Implementations§
impl Freeze for Line
impl RefUnwindSafe for Line
impl Send for Line
impl Sync for Line
impl Unpin for Line
impl UnwindSafe for Line
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