Struct vidar::Environment []

pub struct Environment { /* fields omitted */ }

The Environment of the given kind.

Methods

impl Environment

The Kind of this environment.

The key-value pairs for this environment (common + kind).

Trait Implementations

impl Clone for Environment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Environment
[src]

Formats the value using the given formatter.

impl Eq for Environment
[src]

impl PartialEq for Environment
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> TryFrom<&'a str> for Environment
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl TryFrom<Config> for Environment
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.