pub struct LineLogFile {
pub path: String,
pub ranges: RangeSet,
}Expand description
One tracked file with 0-based half-open line ranges.
Fields§
§path: String§ranges: RangeSetTrait Implementations§
Source§impl Clone for LineLogFile
impl Clone for LineLogFile
Source§fn clone(&self) -> LineLogFile
fn clone(&self) -> LineLogFile
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for LineLogFile
impl RefUnwindSafe for LineLogFile
impl Send for LineLogFile
impl Sync for LineLogFile
impl Unpin for LineLogFile
impl UnsafeUnpin for LineLogFile
impl UnwindSafe for LineLogFile
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