Struct bat_impl::line_range::LineRanges
source · [−]pub struct LineRanges { /* private fields */ }
Implementations
sourceimpl LineRanges
impl LineRanges
pub fn none() -> LineRanges
pub fn all() -> LineRanges
pub fn from(ranges: Vec<LineRange>) -> LineRanges
Trait Implementations
sourceimpl Clone for LineRanges
impl Clone for LineRanges
sourcefn clone(&self) -> LineRanges
fn clone(&self) -> LineRanges
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for LineRanges
impl Debug for LineRanges
Auto Trait Implementations
impl RefUnwindSafe for LineRanges
impl Send for LineRanges
impl Sync for LineRanges
impl Unpin for LineRanges
impl UnwindSafe for LineRanges
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more