Skip to content

Commit

Permalink
feat: add clone to D1PreparedStatement (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
spicyzboss authored Feb 28, 2024
1 parent 6c5b662 commit c021d7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worker/src/d1/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ impl From<D1DatabaseSys> for D1Database {
}

// A D1 prepared query statement.
#[derive(Clone)]
pub struct D1PreparedStatement(D1PreparedStatementSys);

impl D1PreparedStatement {
Expand Down

0 comments on commit c021d7a

Please sign in to comment.