Enum sqlite3_sys::sqlite3
source · [−]pub enum sqlite3 {}
Auto Trait Implementations
impl RefUnwindSafe for sqlite3
impl Send for sqlite3
impl Sync for sqlite3
impl Unpin for sqlite3
impl UnwindSafe for sqlite3
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