struct CommandLineStepDescription {
is_host: bool,
should_run: fn(ShouldRun<'_>) -> ShouldRun<'_>,
is_default_step_fn: fn(&Builder<'_>) -> bool,
make_run: fn(RunConfig<'_>),
name: &'static str,
kind: Kind,
}Fields§
§is_host: bool§should_run: fn(ShouldRun<'_>) -> ShouldRun<'_>§is_default_step_fn: fn(&Builder<'_>) -> bool§make_run: fn(RunConfig<'_>)§name: &'static str§kind: KindKind that was passed to CommandLineStepDescription::from.
Implementations§
Source§impl CommandLineStepDescription
impl CommandLineStepDescription
fn from<S: CommandLineStep>(kind: Kind) -> CommandLineStepDescription
fn maybe_run(&self, builder: &Builder<'_>, pathsets: Vec<PathSet>)
fn is_excluded(&self, builder: &Builder<'_>, pathset: &PathSet) -> bool
Auto Trait Implementations§
impl Freeze for CommandLineStepDescription
impl RefUnwindSafe for CommandLineStepDescription
impl Send for CommandLineStepDescription
impl Sync for CommandLineStepDescription
impl Unpin for CommandLineStepDescription
impl UnsafeUnpin for CommandLineStepDescription
impl UnwindSafe for CommandLineStepDescription
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
§impl<T> Pointable for T
impl<T> Pointable for T
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 48 bytes