Struct sqlx_ledger::transaction::Transactions
source · pub struct Transactions { /* private fields */ }
Implementations§
source§impl Transactions
impl Transactions
pub fn new(pool: &Pool<Postgres>) -> Self
pub async fn list_by_external_ids( &self, ids: Vec<String> ) -> Result<Vec<Transaction>, SqlxLedgerError>
Trait Implementations§
source§impl Clone for Transactions
impl Clone for Transactions
source§fn clone(&self) -> Transactions
fn clone(&self) -> Transactions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more