pub struct TransactionVersionstamp { /* private fields */ }
Expand description

fdb_c client level versionstamp.

get_versionstamp provides a value of this type. This value can be returned from the run method closure. After the transaction successfully commits, you can use the get method to get the versionstamp.

Implementations

Get fdb_c client level versionstamp.

Gets the inner FdbFutureKey while dropping the inner FdbTransaction.

Safety

You should not use this API. It exists to support binding tester.

Trait Implementations

Formats the value using the given formatter. 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.