44use serde:: { Deserialize , Serialize } ;
55// This file is @generated by prost-build.
66#[ derive( Deserialize , Serialize ) ]
7- #[ derive( Clone , PartialEq , :: prost:: Message ) ]
7+ #[ derive( Clone , PartialEq , Eq , Hash , :: prost:: Message ) ]
88pub struct File {
99 #[ prost( string, tag = "1" ) ]
1010 pub path : :: prost:: alloc:: string:: String ,
@@ -36,7 +36,7 @@ pub struct Client {
3636 pub capabilities : :: prost:: alloc:: vec:: Vec < u8 > ,
3737}
3838#[ derive( Deserialize , Serialize ) ]
39- #[ derive( Clone , PartialEq , :: prost:: Message ) ]
39+ #[ derive( Clone , PartialEq , Eq , Hash , :: prost:: Message ) ]
4040pub struct ClientTracer {
4141 #[ prost( string, tag = "1" ) ]
4242 pub runtime_id : :: prost:: alloc:: string:: String ,
@@ -56,7 +56,7 @@ pub struct ClientTracer {
5656 pub tags : :: prost:: alloc:: vec:: Vec < :: prost:: alloc:: string:: String > ,
5757}
5858#[ derive( Deserialize , Serialize ) ]
59- #[ derive( Clone , PartialEq , :: prost:: Message ) ]
59+ #[ derive( Clone , PartialEq , Eq , Hash , :: prost:: Message ) ]
6060pub struct ClientAgent {
6161 #[ prost( string, tag = "1" ) ]
6262 pub name : :: prost:: alloc:: string:: String ,
@@ -70,7 +70,7 @@ pub struct ClientAgent {
7070 pub cws_workloads : :: prost:: alloc:: vec:: Vec < :: prost:: alloc:: string:: String > ,
7171}
7272#[ derive( Deserialize , Serialize ) ]
73- #[ derive( Clone , PartialEq , :: prost:: Message ) ]
73+ #[ derive( Clone , PartialEq , Eq , Hash , :: prost:: Message ) ]
7474pub struct ConfigState {
7575 #[ prost( string, tag = "1" ) ]
7676 pub id : :: prost:: alloc:: string:: String ,
@@ -100,7 +100,7 @@ pub struct ClientState {
100100 pub backend_client_state : :: prost:: alloc:: vec:: Vec < u8 > ,
101101}
102102#[ derive( Deserialize , Serialize ) ]
103- #[ derive( Clone , PartialEq , :: prost:: Message ) ]
103+ #[ derive( Clone , PartialEq , Eq , Hash , :: prost:: Message ) ]
104104pub struct TargetFileHash {
105105 #[ prost( string, tag = "1" ) ]
106106 pub algorithm : :: prost:: alloc:: string:: String ,
0 commit comments