Struct mentat_db::cache::SQLiteAttributeCache [] [src]

pub struct SQLiteAttributeCache { /* fields omitted */ }

Methods

impl SQLiteAttributeCache
[src]

impl SQLiteAttributeCache
[src]

Intended for use from tests.

Intended for use from tests.

Trait Implementations

impl Clone for SQLiteAttributeCache
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SQLiteAttributeCache
[src]

Formats the value using the given formatter. Read more

impl Default for SQLiteAttributeCache
[src]

Returns the "default value" for a type. Read more

impl UpdateableCache<DbError> for SQLiteAttributeCache
[src]

impl CachedAttributes for SQLiteAttributeCache
[src]

Reverse lookup.

Auto Trait Implementations

impl Send for SQLiteAttributeCache

impl Sync for SQLiteAttributeCache