Struct acid_state::Txn [] [src]

pub struct Txn<'a, T: 'a + Encodable + Decodable> {
    pub inner: MutexGuard<'a, T>,
    pub name: String,
}

Fields

Trait Implementations

impl<'a, T: Encodable + Decodable + Debug> Debug for Txn<'a, T>
[src]

Formats the value using the given formatter.

impl<'a, T: Encodable + Decodable> Drop for Txn<'a, T>
[src]

A method called when the value goes out of scope. Read more

impl<'a, T: 'a + Encodable + Decodable> Deref for Txn<'a, T>
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<'a, T: 'a + Encodable + Decodable> DerefMut for Txn<'a, T>
[src]

The method called to mutably dereference a value