Struct rust_chain::db::TableError
source · [−]pub struct TableError {
pub message: String,
}
Expand description
Fields
message: String
Trait Implementations
sourceimpl Clone for TableError
impl Clone for TableError
sourcefn clone(&self) -> TableError
fn clone(&self) -> TableError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for TableError
impl Debug for TableError
sourceimpl Default for TableError
impl Default for TableError
sourcefn default() -> TableError
fn default() -> TableError
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for TableError
impl Send for TableError
impl Sync for TableError
impl Unpin for TableError
impl UnwindSafe for TableError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more