pub enum Struct_sqlite3 {}
Auto Trait Implementations§
impl Freeze for Struct_sqlite3
impl RefUnwindSafe for Struct_sqlite3
impl Send for Struct_sqlite3
impl Sync for Struct_sqlite3
impl Unpin for Struct_sqlite3
impl UnwindSafe for Struct_sqlite3
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