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

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

Fields

message
code

Trait Implementations

impl Deserialize for Neo4jError

fn deserialize<__D>(deserializer: &mut __D) -> Result<Neo4jError, __D::Error> where __D: Deserializer

Derived Implementations

impl Debug for Neo4jError

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for Neo4jError

fn clone(&self) -> Neo4jError

1.0.0fn clone_from(&mut self, source: &Self)