Enum SqlzErrorKind
pub enum SqlzErrorKind {
RowNotFound,
PoolClosed,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SqlzErrorKind
impl RefUnwindSafe for SqlzErrorKind
impl Send for SqlzErrorKind
impl Sync for SqlzErrorKind
impl Unpin for SqlzErrorKind
impl UnwindSafe for SqlzErrorKind
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