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