pub enum XtaskCmd {
Test(Test),
Run(Run),
Expand(Expand),
Install(Install),
Uninstall(Uninstall),
BuildSysroot(BuildSysroot),
Doc(Doc),
}
Variants§
Test(Test)
Run(Run)
Expand(Expand)
Install(Install)
Uninstall(Uninstall)
BuildSysroot(BuildSysroot)
Doc(Doc)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for XtaskCmd
impl RefUnwindSafe for XtaskCmd
impl Send for XtaskCmd
impl Sync for XtaskCmd
impl Unpin for XtaskCmd
impl UnwindSafe for XtaskCmd
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