pub enum TableError {
NoMatch,
Postcard(Error),
}Expand description
An error type used by the Table trait
Variants§
Trait Implementations§
Source§impl Debug for TableError
impl Debug for TableError
Source§impl PartialEq for TableError
impl PartialEq for TableError
impl Eq for TableError
impl StructuralPartialEq for TableError
Auto Trait Implementations§
impl Freeze for TableError
impl RefUnwindSafe for TableError
impl Send for TableError
impl Sync for TableError
impl Unpin for TableError
impl UnwindSafe for TableError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more