Struct libsqlite3_sys::Fts5Context
source · [−]#[repr(C)]pub struct Fts5Context { /* private fields */ }
Trait Implementations
sourceimpl Clone for Fts5Context
impl Clone for Fts5Context
sourcefn clone(&self) -> Fts5Context
fn clone(&self) -> Fts5Context
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for Fts5Context
impl Debug for Fts5Context
impl Copy for Fts5Context
Auto Trait Implementations
impl RefUnwindSafe for Fts5Context
impl Send for Fts5Context
impl Sync for Fts5Context
impl Unpin for Fts5Context
impl UnwindSafe for Fts5Context
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