pub struct EnvList {
pub spack: SpackInvocation,
}Fields§
§spack: SpackInvocationImplementations§
Trait Implementations§
Source§impl CommandBase for EnvList
impl CommandBase for EnvList
Source§fn setup_command<'async_trait>(
self,
) -> Pin<Box<dyn Future<Output = Result<Command, SetupError>> + Send + 'async_trait>>where
Self: 'async_trait,
fn setup_command<'async_trait>(
self,
) -> Pin<Box<dyn Future<Output = Result<Command, SetupError>> + Send + 'async_trait>>where
Self: 'async_trait,
Generate a command line from the given object.
Auto Trait Implementations§
impl Freeze for EnvList
impl RefUnwindSafe for EnvList
impl Send for EnvList
impl Sync for EnvList
impl Unpin for EnvList
impl UnwindSafe for EnvList
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