pub struct EnvTool {
pub tool: String,
pub key: StoreKey,
pub bins: Vec<String>,
}Expand description
One tool’s contribution to an environment: its store key and the executables to expose (paths relative to the store entry).
Fields§
§tool: String§key: StoreKey§bins: Vec<String>Trait Implementations§
impl StructuralPartialEq for EnvTool
Auto Trait Implementations§
impl Freeze for EnvTool
impl RefUnwindSafe for EnvTool
impl Send for EnvTool
impl Sync for EnvTool
impl Unpin for EnvTool
impl UnsafeUnpin for EnvTool
impl UnwindSafe for EnvTool
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