Struct rusted_cypher::error::Neo4jError [] [src]

pub struct Neo4jError {
    pub message: String,
    pub code: String,
}

Fields

Trait Implementations

impl Clone for Neo4jError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Neo4jError
[src]

Formats the value using the given formatter.