Struct libsqlite3_sys::Fts5Context [] [src]

#[repr(C)]
pub struct Fts5Context(_);

Trait Implementations

impl Debug for Fts5Context
[src]

Formats the value using the given formatter. Read more

impl Copy for Fts5Context
[src]

impl Clone for Fts5Context
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Fts5Context

impl Sync for Fts5Context