pub struct BitcoinCore;Trait Implementations§
Source§impl ProjectCommands for BitcoinCore
impl ProjectCommands for BitcoinCore
Source§fn build_command(&self) -> String
fn build_command(&self) -> String
Full clean build, run once before analyzing a folder when the user did
not supply an explicit
--command.Source§fn test_command(&self, target_file_path: &str, jobs: u32) -> Result<String>
fn test_command(&self, target_file_path: &str, jobs: u32) -> Result<String>
Incremental-build-and-test command for the mutated
target_file_path.
jobs is the parallelism passed to the compiler (0 = system default).Source§fn build_timeout_secs(&self) -> u64
fn build_timeout_secs(&self) -> u64
Timeout, in seconds, allowed for
ProjectCommands::build_command.Auto Trait Implementations§
impl Freeze for BitcoinCore
impl RefUnwindSafe for BitcoinCore
impl Send for BitcoinCore
impl Sync for BitcoinCore
impl Unpin for BitcoinCore
impl UnsafeUnpin for BitcoinCore
impl UnwindSafe for BitcoinCore
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