Struct bat::line_range::LineRanges
source · pub struct LineRanges { /* private fields */ }
Implementations§
source§impl LineRanges
impl LineRanges
pub fn none() -> LineRanges
pub fn all() -> LineRanges
pub fn from(ranges: Vec<LineRange>) -> LineRanges
Trait Implementations§
source§impl Clone for LineRanges
impl Clone for LineRanges
source§fn clone(&self) -> LineRanges
fn clone(&self) -> LineRanges
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