[][src]Struct turingfeeds_helpers::DbBuilder

pub struct DbBuilder { /* fields omitted */ }

Methods

impl DbBuilder[src]

pub async fn new() -> Self[src]

pub async fn db<'_, '_, '_>(&'_ mut self, db_name: &'_ str) -> &'_ Self[src]

pub async fn insert<'_>(&'_ self) -> Result<DbOps>[src]

pub async fn get<'_>(&'_ self) -> Result<DbOps>[src]

pub async fn drop<'_>(&'_ self) -> Result<DbOps>[src]

Trait Implementations

impl Debug for DbBuilder[src]

impl Default for DbBuilder[src]

impl<'de> Deserialize<'de> for DbBuilder[src]

impl Eq for DbBuilder[src]

impl PartialEq<DbBuilder> for DbBuilder[src]

impl PartialOrd<DbBuilder> for DbBuilder[src]

impl Serialize for DbBuilder[src]

impl StructuralEq for DbBuilder[src]

impl StructuralPartialEq for DbBuilder[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

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.