Struct options::Value [] [src]

pub struct Value(_);

A parameter value.

Methods

impl Value
[src]

Get the value.

Get a reference to the value.

Get a mutable reference to the value.

Set the value.

Trait Implementations

impl Debug for Value
[src]

Formats the value using the given formatter.