pub struct DependencyCheck {
pub command: Vec<String>,
}Expand description
Check that will be used to determine if a dependency is installed.
Fields§
§command: Vec<String>Command that will be run to check if a dependency is installed.
Auto Trait Implementations§
impl Freeze for DependencyCheck
impl RefUnwindSafe for DependencyCheck
impl Send for DependencyCheck
impl Sync for DependencyCheck
impl Unpin for DependencyCheck
impl UnwindSafe for DependencyCheck
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