Skip to content

Commit d500134

Browse files
committed
Implement Clone for Request
1 parent 6dfc90b commit d500134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imap-proto/src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#[derive(Debug, Eq, PartialEq)]
1+
#[derive(Clone, Debug, Eq, PartialEq)]
22
pub struct Request(pub RequestId, pub Vec<u8>);
33

44
#[derive(Clone, Debug, Eq, PartialEq)]

0 commit comments

Comments
 (0)