Struct ninja_build::eval_env::EvalString [] [src]

pub struct EvalString { /* fields omitted */ }

A tokenized string that contains variable references. Can be evaluated relative to an Env.

Methods

impl EvalString
[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for EvalString
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for EvalString
[src]

[src]

Formats the value using the given formatter.