Type Alias PgTransaction
Source pub type PgTransaction<'a> = Transaction<'a, Postgres>;
struct PgTransaction<'a> { }
Implementations
Commits this transaction or savepoint.
Aborts this transaction or savepoint.
Trait Implementations
Converts this type into a mutable reference of the (usually inferred) input type.
Formats the value using the given formatter.
Read more
The resulting type after dereferencing.
Dereferences the value.
Mutably dereferences the value.
Executes the destructor for this type.
Read more