Struct mentat_db::cache::InProgressSQLiteAttributeCache [] [src]

pub struct InProgressSQLiteAttributeCache {
    pub overlay: AttributeCaches,
    // some fields omitted
}

We maintain a diff on top of the inner -- existing -- cache. That involves tracking unregisterings and registerings.

Fields

Methods

impl InProgressSQLiteAttributeCache
[src]

impl InProgressSQLiteAttributeCache
[src]

Intended for use from tests.

Intended for use from tests.

impl InProgressSQLiteAttributeCache
[src]

Trait Implementations

impl Debug for InProgressSQLiteAttributeCache
[src]

Formats the value using the given formatter. Read more

impl Default for InProgressSQLiteAttributeCache
[src]

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

impl UpdateableCache<DbError> for InProgressSQLiteAttributeCache
[src]

impl CachedAttributes for InProgressSQLiteAttributeCache
[src]

Reverse lookup.

Auto Trait Implementations

impl Send for InProgressSQLiteAttributeCache

impl Sync for InProgressSQLiteAttributeCache