Struct sherwood::Error [-] [+] [src]

pub struct Error {
    // some fields omitted
}

ForestDB error

Methods

impl Error

fn from_code(code: i32) -> Error

fn is_not_found(self) -> bool

Trait Implementations

impl Error for Error

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

impl Debug for Error

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

impl Display for Error

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

Derived Implementations

impl Clone for Error

fn clone(&self) -> Error

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

impl Copy for Error