Struct libsqlite3_sys::Fts5PhraseIter 
source · [−]Fields
a: *const c_ucharb: *const c_ucharTrait Implementations
sourceimpl Clone for Fts5PhraseIter
 
impl Clone for Fts5PhraseIter
sourcefn clone(&self) -> Fts5PhraseIter
 
fn clone(&self) -> Fts5PhraseIter
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 Fts5PhraseIter
 
impl Debug for Fts5PhraseIter
impl Copy for Fts5PhraseIter
Auto Trait Implementations
impl RefUnwindSafe for Fts5PhraseIter
impl !Send for Fts5PhraseIter
impl !Sync for Fts5PhraseIter
impl Unpin for Fts5PhraseIter
impl UnwindSafe for Fts5PhraseIter
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