1
- // This file is generated by rust-protobuf 2.20 .0. Do not edit
1
+ // This file is generated by rust-protobuf 2.22 .0. Do not edit
2
2
// @generated
3
3
4
4
// https://github.com/rust-lang/rust-clippy/issues/702
21
21
22
22
/// Generated files are compatible only with the same version
23
23
/// of protobuf runtime.
24
- // const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_20_0 ;
24
+ // const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_22_0 ;
25
25
26
26
#[ derive( PartialEq , Clone , Default ) ]
27
- #[ cfg_attr( feature = "with-serde" , derive( Serialize , Deserialize ) ) ]
27
+ #[ cfg_attr( feature = "with-serde" , derive( :: serde :: Serialize , :: serde :: Deserialize ) ) ]
28
28
pub struct AnyValue {
29
29
// message oneof groups
30
30
pub value : :: std:: option:: Option < AnyValue_oneof_value > ,
@@ -42,7 +42,7 @@ impl<'a> ::std::default::Default for &'a AnyValue {
42
42
}
43
43
44
44
#[ derive( Clone , PartialEq , Debug ) ]
45
- #[ cfg_attr( feature = "with-serde" , derive( Serialize , Deserialize ) ) ]
45
+ #[ cfg_attr( feature = "with-serde" , derive( :: serde :: Serialize , :: serde :: Deserialize ) ) ]
46
46
pub enum AnyValue_oneof_value {
47
47
string_value( :: std:: string:: String ) ,
48
48
bool_value( bool ) ,
@@ -510,7 +510,7 @@ impl ::protobuf::reflect::ProtobufValue for AnyValue {
510
510
}
511
511
512
512
#[ derive( PartialEq , Clone , Default ) ]
513
- #[ cfg_attr( feature = "with-serde" , derive( Serialize , Deserialize ) ) ]
513
+ #[ cfg_attr( feature = "with-serde" , derive( :: serde :: Serialize , :: serde :: Deserialize ) ) ]
514
514
pub struct ArrayValue {
515
515
// message fields
516
516
pub values : :: protobuf:: RepeatedField < AnyValue > ,
@@ -679,7 +679,7 @@ impl ::protobuf::reflect::ProtobufValue for ArrayValue {
679
679
}
680
680
681
681
#[ derive( PartialEq , Clone , Default ) ]
682
- #[ cfg_attr( feature = "with-serde" , derive( Serialize , Deserialize ) ) ]
682
+ #[ cfg_attr( feature = "with-serde" , derive( :: serde :: Serialize , :: serde :: Deserialize ) ) ]
683
683
pub struct KeyValueList {
684
684
// message fields
685
685
pub values : :: protobuf:: RepeatedField < KeyValue > ,
@@ -848,7 +848,7 @@ impl ::protobuf::reflect::ProtobufValue for KeyValueList {
848
848
}
849
849
850
850
#[ derive( PartialEq , Clone , Default ) ]
851
- #[ cfg_attr( feature = "with-serde" , derive( Serialize , Deserialize ) ) ]
851
+ #[ cfg_attr( feature = "with-serde" , derive( :: serde :: Serialize , :: serde :: Deserialize ) ) ]
852
852
pub struct KeyValue {
853
853
// message fields
854
854
pub key : :: std:: string:: String ,
@@ -1067,7 +1067,7 @@ impl ::protobuf::reflect::ProtobufValue for KeyValue {
1067
1067
}
1068
1068
1069
1069
#[ derive( PartialEq , Clone , Default ) ]
1070
- #[ cfg_attr( feature = "with-serde" , derive( Serialize , Deserialize ) ) ]
1070
+ #[ cfg_attr( feature = "with-serde" , derive( :: serde :: Serialize , :: serde :: Deserialize ) ) ]
1071
1071
pub struct StringKeyValue {
1072
1072
// message fields
1073
1073
pub key : :: std:: string:: String ,
@@ -1271,7 +1271,7 @@ impl ::protobuf::reflect::ProtobufValue for StringKeyValue {
1271
1271
}
1272
1272
1273
1273
#[ derive( PartialEq , Clone , Default ) ]
1274
- #[ cfg_attr( feature = "with-serde" , derive( Serialize , Deserialize ) ) ]
1274
+ #[ cfg_attr( feature = "with-serde" , derive( :: serde :: Serialize , :: serde :: Deserialize ) ) ]
1275
1275
pub struct InstrumentationLibrary {
1276
1276
// message fields
1277
1277
pub name : :: std:: string:: String ,
0 commit comments