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