pub struct TargetCachePath {
pub project: PathBuf,
pub dependency: PathBuf,
}Fields§
§project: PathBuf§dependency: PathBufAuto Trait Implementations§
impl Freeze for TargetCachePath
impl RefUnwindSafe for TargetCachePath
impl Send for TargetCachePath
impl Sync for TargetCachePath
impl Unpin for TargetCachePath
impl UnwindSafe for TargetCachePath
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