pub enum TableErrorKind {
CouldNotRemove,
}Variants§
CouldNotRemove
Trait Implementations§
Source§impl Debug for TableErrorKind
impl Debug for TableErrorKind
Auto Trait Implementations§
impl Freeze for TableErrorKind
impl RefUnwindSafe for TableErrorKind
impl Send for TableErrorKind
impl Sync for TableErrorKind
impl Unpin for TableErrorKind
impl UnsafeUnpin for TableErrorKind
impl UnwindSafe for TableErrorKind
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