Struct rusted_cypher::cypher::result::CypherResult [] [src]

pub struct CypherResult {
    pub columns: Vec<String>,
    pub data: Vec<RowResult>,
}

Holds the result of a cypher query

Fields

Methods

impl CypherResult
[src]

Returns an iterator over the rows of the result

Trait Implementations

impl Clone for CypherResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CypherResult
[src]

Formats the value using the given formatter.