Struct grust::value::Value [] [src]

pub struct Value(_);

Methods

impl Value
[src]

Trait Implementations

impl Drop for Value
[src]

A method called when the value goes out of scope. Read more

impl Clone for Value
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Value
[src]

Formats the value using the given formatter.