Struct text_lines::LineAndColumnDisplay [−][src]
Fields
line_number: usizeThe 1-indexed line number for display purposes.
column_number: usizeThe 1-indexed column number based on the indent width.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for LineAndColumnDisplay
impl Send for LineAndColumnDisplay
impl Sync for LineAndColumnDisplay
impl Unpin for LineAndColumnDisplay
impl UnwindSafe for LineAndColumnDisplay
Blanket Implementations
Mutably borrows from an owned value. Read more