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