pub struct PreflightRunner { /* private fields */ }Expand description
Runs a set of preflight checks.
Implementations§
Source§impl PreflightRunner
impl PreflightRunner
pub fn default_checks() -> Self
pub fn check_names(&self) -> Vec<&str>
pub async fn run_all(&self, config: &RalphConfig) -> PreflightReport
pub async fn run_selected( &self, config: &RalphConfig, names: &[String], ) -> PreflightReport
Auto Trait Implementations§
impl Freeze for PreflightRunner
impl !RefUnwindSafe for PreflightRunner
impl Send for PreflightRunner
impl Sync for PreflightRunner
impl Unpin for PreflightRunner
impl !UnwindSafe for PreflightRunner
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