pub struct Develop {
pub flake: FlakeArgs,
pub eval: EvaluationArgs,
pub source: SourceArgs,
pub installable: InstallableArg,
pub develop_args: DevelopArgs,
}Expand description
nix develop Command
Fields§
§flake: FlakeArgs§eval: EvaluationArgs§source: SourceArgs§installable: InstallableArg§develop_args: DevelopArgsTrait Implementations§
Source§impl NixCliCommand for Develop
impl NixCliCommand for Develop
const EVAL_ARGS: Group<Self, EvaluationArgs>
const FLAKE_ARGS: Group<Self, FlakeArgs>
const INSTALLABLE: Group<Self, InstallableArg>
const OWN_ARGS: Group<Self, DevelopArgs>
const SOURCE_ARGS: Group<Self, SourceArgs>
const SUBCOMMAND: &'static [&'static str]
type Own = DevelopArgs
const INSTALLABLES: Group<Self, InstallablesArgs> = None
fn args(&self) -> Vec<String>
Auto Trait Implementations§
impl Freeze for Develop
impl RefUnwindSafe for Develop
impl Send for Develop
impl Sync for Develop
impl Unpin for Develop
impl UnwindSafe for Develop
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