pub struct LocalToolResolution {
pub manifest_path: PathBuf,
pub tool: ValidatedTool,
}Fields§
§manifest_path: PathBuf§tool: ValidatedToolTrait Implementations§
Source§impl Clone for LocalToolResolution
impl Clone for LocalToolResolution
Source§fn clone(&self) -> LocalToolResolution
fn clone(&self) -> LocalToolResolution
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LocalToolResolution
impl RefUnwindSafe for LocalToolResolution
impl Send for LocalToolResolution
impl Sync for LocalToolResolution
impl Unpin for LocalToolResolution
impl UnsafeUnpin for LocalToolResolution
impl UnwindSafe for LocalToolResolution
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