Enum sqlite3_sys::sqlite3_context
source · pub enum sqlite3_context {}
Auto Trait Implementations§
impl Freeze for sqlite3_context
impl RefUnwindSafe for sqlite3_context
impl Send for sqlite3_context
impl Sync for sqlite3_context
impl Unpin for sqlite3_context
impl UnwindSafe for sqlite3_context
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