Skip to content

Commit 9dac84c

Browse files
feat: implement partial eq and eq
Signed-off-by: Ivaylo Nikolov <[email protected]>
1 parent 50bb069 commit 9dac84c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/lambda_s_store_transaction.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ use crate::{
2323
/// A transaction to store lambda data in hook storage.
2424
pub type LambdaSStoreTransaction = Transaction<LambdaSStoreTransactionData>;
2525

26-
#[derive(Debug, Clone)]
26+
#[derive(Debug, Clone, PartialEq, Eq)]
2727
pub struct LambdaSStoreTransactionData {
2828
/// The hook ID to store data for.
2929
hook_id: Option<HookId>,

0 commit comments

Comments
 (0)