pub enum PragmaErr {
NotFound,
Fail(SqliteErr, Option<String>),
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PragmaErr
impl RefUnwindSafe for PragmaErr
impl Send for PragmaErr
impl Sync for PragmaErr
impl Unpin for PragmaErr
impl UnwindSafe for PragmaErr
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