Enum sqlite3_sys::sqlite3_snapshot
source · pub enum sqlite3_snapshot {}
Auto Trait Implementations§
impl Freeze for sqlite3_snapshot
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§
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