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