Struct cdp::database::Error
[−]
[src]
pub struct Error<'a> { pub message: Cow<'a, str>, pub code: i32, }
[Experimental] Database error.
Fields
message: Cow<'a, str>
Error message.
code: i32
Error code.
Trait Implementations
impl<'a> Clone for Error<'a>
[src]
fn clone(&self) -> Error<'a>
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more