Skip to content

Commit

Permalink
[ISSUE #1910]🚨Add clone derive for PopMessageRequestHeader struct🚀 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm authored Dec 22, 2024
1 parent 9422d43 commit 330afe3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use serde::Serialize;

use crate::protocol::header::namesrv::topic_operation_header::TopicRequestHeader;

#[derive(Debug, Serialize, Deserialize, RequestHeaderCodec)]
#[derive(Clone, Debug, Serialize, Deserialize, RequestHeaderCodec)]
#[serde(rename_all = "camelCase")]
pub struct PopMessageRequestHeader {
#[required]
Expand Down

0 comments on commit 330afe3

Please # to comment.