pub(super) enum CargoFuzzCommand {
Build,
Run {
artifact: Option<PathBuf>,
},
Fmt {
input: PathBuf,
},
Cmin,
Tmin {
test_case: PathBuf,
},
Coverage,
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for CargoFuzzCommand
impl RefUnwindSafe for CargoFuzzCommand
impl Send for CargoFuzzCommand
impl Sync for CargoFuzzCommand
impl Unpin for CargoFuzzCommand
impl UnsafeUnpin for CargoFuzzCommand
impl UnwindSafe for CargoFuzzCommand
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