[][src]Struct nexers::db::DbBuilder

pub struct DbBuilder<'t> { /* fields omitted */ }

Methods

impl<'t> DbBuilder<'t>[src]

pub fn new(conn: &Connection) -> Result<DbBuilder, Error>[src]

pub fn create_string_tables(&self) -> Result<(), Error>[src]

pub fn write_examples(&mut self) -> Result<(), Error>[src]

pub fn add(&mut self, doc: &Doc) -> Result<(), Error>[src]

Auto Trait Implementations

impl<'t> !Send for DbBuilder<'t>

impl<'t> Unpin for DbBuilder<'t>

impl<'t> !Sync for DbBuilder<'t>

impl<'t> !UnwindSafe for DbBuilder<'t>

impl<'t> !RefUnwindSafe for DbBuilder<'t>

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]