Struct quil::Context [] [src]

pub struct Context {
    pub data: HashMap<String, String>,
}

Fields

Methods

impl Context
[src]

[src]

[src]

Trait Implementations

impl Debug for Context
[src]

[src]

Formats the value using the given formatter.

impl Clone for Context
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<HashMap<String, String>> for Context
[src]

[src]

Performs the conversion.

impl<KS, VS> From<Vec<(KS, VS)>> for Context where
    KS: Into<String>,
    VS: Into<String>, 
[src]

[src]

Performs the conversion.