pub struct ExecutingTransaction<File: ManagedFile> { /* private fields */ }
Expand description

An executing transaction. While this exists, no other transactions can execute across the same trees as this transaction holds.

Implementations

Returns the LogEntry for this transaction.

Returns a mutable reference to the LogEntry for this transaction.

Commits the transaction. Once this function has returned, all data updates are guaranteed to be able to be accessed by all other readers as well as impervious to sudden failures such as a power outage.

Accesses a locked tree.

Trait Implementations

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.