Struct dynamo::ast::Object [] [src]

pub struct Object {
    pub key_values: Vec<(Arc<String>, Expression)>,
}

Fields

Methods

impl Object
[src]

Trait Implementations

impl Debug for Object
[src]

Formats the value using the given formatter.

impl Clone for Object
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more