pub struct TrackingFile {
pub path: String,
pub contents: String,
}Expand description
Represents the file storing entries of tracked repositories
Fields§
§path: String§contents: StringAuto Trait Implementations§
impl Freeze for TrackingFile
impl RefUnwindSafe for TrackingFile
impl Send for TrackingFile
impl Sync for TrackingFile
impl Unpin for TrackingFile
impl UnwindSafe for TrackingFile
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