This commit is contained in:
parent
7ffc1ab3fe
commit
b78cf3f82b
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ pub enum SendMode {
|
|||
SingleStreamPerMessage,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
pub struct Policy {
|
||||
pub send_mode: SendMode,
|
||||
pub max_message_size: u64,
|
||||
|
|
|
|||
Loading…
Reference in a new issue