pub struct LaneRev {
pub tracker: String,
pub rev: String,
pub path: Utf8PathBuf,
pub is_staging: bool,
}Expand description
A tracker lane rev on disk.
Fields§
§tracker: String§rev: String§path: Utf8PathBuf§is_staging: boolStaging directory a crashed capture left behind (<rev>.tmp).
Trait Implementations§
impl Eq for LaneRev
impl StructuralPartialEq for LaneRev
Auto Trait Implementations§
impl Freeze for LaneRev
impl RefUnwindSafe for LaneRev
impl Send for LaneRev
impl Sync for LaneRev
impl Unpin for LaneRev
impl UnsafeUnpin for LaneRev
impl UnwindSafe for LaneRev
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