pub struct Config {
pub spack: SpackInvocation,
pub scope: Option<String>,
pub passthrough: Argv,
}Fields§
§spack: SpackInvocation§scope: Option<String>The scope to request the config be drawn from.
passthrough: ArgvTrait Implementations§
source§impl CommandBase for Config
impl CommandBase for Config
source§async fn setup_command(self) -> Result<Command, SetupError>
async fn setup_command(self) -> Result<Command, SetupError>
Generate a command line from the given object.
Auto Trait Implementations§
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
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