Struct bat::line_range::HighlightedLineRanges
source · pub struct HighlightedLineRanges(pub LineRanges);Tuple Fields§
§0: LineRangesTrait Implementations§
source§impl Clone for HighlightedLineRanges
impl Clone for HighlightedLineRanges
source§fn clone(&self) -> HighlightedLineRanges
fn clone(&self) -> HighlightedLineRanges
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more