Struct cmd_lib::CmdEnv[][src]

pub struct CmdEnv { /* fields omitted */ }
Expand description

Environment for builtin or custom commands

Implementations

Returns the arguments for this command

Fetches the environment variable key for this command

Returns the current working directory for this command

Returns a new handle to the standard input for this command

Returns a new handle to the standard output for this command

Returns a new handle to the standard error for this command

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.