|
@@ -1,4 +1,4 @@
|
|
|
-// This file is generated by rust-protobuf 2.8.0. Do not edit
|
|
|
+// This file is generated by rust-protobuf 2.8.1. Do not edit
|
|
|
// @generated
|
|
|
|
|
|
// https://github.com/Manishearth/rust-clippy/issues/702
|
|
@@ -24,7 +24,7 @@ use protobuf::ProtobufEnum as ProtobufEnum_imported_for_functions;
|
|
|
|
|
|
/// Generated files are compatible only with the same version
|
|
|
/// of protobuf runtime.
|
|
|
-const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_8_0;
|
|
|
+const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_8_1;
|
|
|
|
|
|
#[derive(PartialEq,Clone,Default)]
|
|
|
pub struct Add {
|
|
@@ -181,7 +181,7 @@ impl ::protobuf::Message for Add {
|
|
|
true
|
|
|
}
|
|
|
|
|
|
- fn merge_from(&mut self, is: &mut ::protobuf::CodedInputStream) -> ::protobuf::ProtobufResult<()> {
|
|
|
+ fn merge_from(&mut self, is: &mut ::protobuf::CodedInputStream<'_>) -> ::protobuf::ProtobufResult<()> {
|
|
|
while !is.eof()? {
|
|
|
let (field_number, wire_type) = is.read_tag_unpack()?;
|
|
|
match field_number {
|
|
@@ -246,7 +246,7 @@ impl ::protobuf::Message for Add {
|
|
|
my_size
|
|
|
}
|
|
|
|
|
|
- fn write_to_with_cached_sizes(&self, os: &mut ::protobuf::CodedOutputStream) -> ::protobuf::ProtobufResult<()> {
|
|
|
+ fn write_to_with_cached_sizes(&self, os: &mut ::protobuf::CodedOutputStream<'_>) -> ::protobuf::ProtobufResult<()> {
|
|
|
if let Some(v) = self.fromIndex {
|
|
|
os.write_int32(1, v)?;
|
|
|
}
|
|
@@ -365,7 +365,7 @@ impl ::protobuf::Clear for Add {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for Add {
|
|
|
- fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result {
|
|
|
+ fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result {
|
|
|
::protobuf::text_format::fmt(self, f)
|
|
|
}
|
|
|
}
|
|
@@ -609,7 +609,7 @@ impl ::protobuf::Message for Rem {
|
|
|
true
|
|
|
}
|
|
|
|
|
|
- fn merge_from(&mut self, is: &mut ::protobuf::CodedInputStream) -> ::protobuf::ProtobufResult<()> {
|
|
|
+ fn merge_from(&mut self, is: &mut ::protobuf::CodedInputStream<'_>) -> ::protobuf::ProtobufResult<()> {
|
|
|
while !is.eof()? {
|
|
|
let (field_number, wire_type) = is.read_tag_unpack()?;
|
|
|
match field_number {
|
|
@@ -688,7 +688,7 @@ impl ::protobuf::Message for Rem {
|
|
|
my_size
|
|
|
}
|
|
|
|
|
|
- fn write_to_with_cached_sizes(&self, os: &mut ::protobuf::CodedOutputStream) -> ::protobuf::ProtobufResult<()> {
|
|
|
+ fn write_to_with_cached_sizes(&self, os: &mut ::protobuf::CodedOutputStream<'_>) -> ::protobuf::ProtobufResult<()> {
|
|
|
if let Some(v) = self.fromIndex {
|
|
|
os.write_int32(1, v)?;
|
|
|
}
|
|
@@ -829,7 +829,7 @@ impl ::protobuf::Clear for Rem {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for Rem {
|
|
|
- fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result {
|
|
|
+ fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result {
|
|
|
::protobuf::text_format::fmt(self, f)
|
|
|
}
|
|
|
}
|
|
@@ -1042,7 +1042,7 @@ impl ::protobuf::Message for Mov {
|
|
|
true
|
|
|
}
|
|
|
|
|
|
- fn merge_from(&mut self, is: &mut ::protobuf::CodedInputStream) -> ::protobuf::ProtobufResult<()> {
|
|
|
+ fn merge_from(&mut self, is: &mut ::protobuf::CodedInputStream<'_>) -> ::protobuf::ProtobufResult<()> {
|
|
|
while !is.eof()? {
|
|
|
let (field_number, wire_type) = is.read_tag_unpack()?;
|
|
|
match field_number {
|
|
@@ -1114,7 +1114,7 @@ impl ::protobuf::Message for Mov {
|
|
|
my_size
|
|
|
}
|
|
|
|
|
|
- fn write_to_with_cached_sizes(&self, os: &mut ::protobuf::CodedOutputStream) -> ::protobuf::ProtobufResult<()> {
|
|
|
+ fn write_to_with_cached_sizes(&self, os: &mut ::protobuf::CodedOutputStream<'_>) -> ::protobuf::ProtobufResult<()> {
|
|
|
if let Some(v) = self.fromIndex {
|
|
|
os.write_int32(1, v)?;
|
|
|
}
|
|
@@ -1244,7 +1244,7 @@ impl ::protobuf::Clear for Mov {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for Mov {
|
|
|
- fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result {
|
|
|
+ fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result {
|
|
|
::protobuf::text_format::fmt(self, f)
|
|
|
}
|
|
|
}
|
|
@@ -1345,7 +1345,7 @@ impl ::protobuf::Message for ItemAttributesPartialState {
|
|
|
true
|
|
|
}
|
|
|
|
|
|
- fn merge_from(&mut self, is: &mut ::protobuf::CodedInputStream) -> ::protobuf::ProtobufResult<()> {
|
|
|
+ fn merge_from(&mut self, is: &mut ::protobuf::CodedInputStream<'_>) -> ::protobuf::ProtobufResult<()> {
|
|
|
while !is.eof()? {
|
|
|
let (field_number, wire_type) = is.read_tag_unpack()?;
|
|
|
match field_number {
|
|
@@ -1379,7 +1379,7 @@ impl ::protobuf::Message for ItemAttributesPartialState {
|
|
|
my_size
|
|
|
}
|
|
|
|
|
|
- fn write_to_with_cached_sizes(&self, os: &mut ::protobuf::CodedOutputStream) -> ::protobuf::ProtobufResult<()> {
|
|
|
+ fn write_to_with_cached_sizes(&self, os: &mut ::protobuf::CodedOutputStream<'_>) -> ::protobuf::ProtobufResult<()> {
|
|
|
if let Some(ref v) = self.values.as_ref() {
|
|
|
os.write_tag(1, ::protobuf::wire_format::WireTypeLengthDelimited)?;
|
|
|
os.write_raw_varint32(v.get_cached_size())?;
|
|
@@ -1469,7 +1469,7 @@ impl ::protobuf::Clear for ItemAttributesPartialState {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for ItemAttributesPartialState {
|
|
|
- fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result {
|
|
|
+ fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result {
|
|
|
::protobuf::text_format::fmt(self, f)
|
|
|
}
|
|
|
}
|
|
@@ -1652,7 +1652,7 @@ impl ::protobuf::Message for ListAttributesPartialState {
|
|
|
true
|
|
|
}
|
|
|
|
|
|
- fn merge_from(&mut self, is: &mut ::protobuf::CodedInputStream) -> ::protobuf::ProtobufResult<()> {
|
|
|
+ fn merge_from(&mut self, is: &mut ::protobuf::CodedInputStream<'_>) -> ::protobuf::ProtobufResult<()> {
|
|
|
while !is.eof()? {
|
|
|
let (field_number, wire_type) = is.read_tag_unpack()?;
|
|
|
match field_number {
|
|
@@ -1686,7 +1686,7 @@ impl ::protobuf::Message for ListAttributesPartialState {
|
|
|
my_size
|
|
|
}
|
|
|
|
|
|
- fn write_to_with_cached_sizes(&self, os: &mut ::protobuf::CodedOutputStream) -> ::protobuf::ProtobufResult<()> {
|
|
|
+ fn write_to_with_cached_sizes(&self, os: &mut ::protobuf::CodedOutputStream<'_>) -> ::protobuf::ProtobufResult<()> {
|
|
|
if let Some(ref v) = self.values.as_ref() {
|
|
|
os.write_tag(1, ::protobuf::wire_format::WireTypeLengthDelimited)?;
|
|
|
os.write_raw_varint32(v.get_cached_size())?;
|
|
@@ -1776,7 +1776,7 @@ impl ::protobuf::Clear for ListAttributesPartialState {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for ListAttributesPartialState {
|
|
|
- fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result {
|
|
|
+ fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result {
|
|
|
::protobuf::text_format::fmt(self, f)
|
|
|
}
|
|
|
}
|
|
@@ -2061,7 +2061,7 @@ impl ::protobuf::Message for UpdateItemAttributes {
|
|
|
true
|
|
|
}
|
|
|
|
|
|
- fn merge_from(&mut self, is: &mut ::protobuf::CodedInputStream) -> ::protobuf::ProtobufResult<()> {
|
|
|
+ fn merge_from(&mut self, is: &mut ::protobuf::CodedInputStream<'_>) -> ::protobuf::ProtobufResult<()> {
|
|
|
while !is.eof()? {
|
|
|
let (field_number, wire_type) = is.read_tag_unpack()?;
|
|
|
match field_number {
|
|
@@ -2120,7 +2120,7 @@ impl ::protobuf::Message for UpdateItemAttributes {
|
|
|
my_size
|
|
|
}
|
|
|
|
|
|
- fn write_to_with_cached_sizes(&self, os: &mut ::protobuf::CodedOutputStream) -> ::protobuf::ProtobufResult<()> {
|
|
|
+ fn write_to_with_cached_sizes(&self, os: &mut ::protobuf::CodedOutputStream<'_>) -> ::protobuf::ProtobufResult<()> {
|
|
|
if let Some(v) = self.index {
|
|
|
os.write_int32(1, v)?;
|
|
|
}
|
|
@@ -2243,7 +2243,7 @@ impl ::protobuf::Clear for UpdateItemAttributes {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for UpdateItemAttributes {
|
|
|
- fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result {
|
|
|
+ fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result {
|
|
|
::protobuf::text_format::fmt(self, f)
|
|
|
}
|
|
|
}
|
|
@@ -2435,7 +2435,7 @@ impl ::protobuf::Message for UpdateListAttributes {
|
|
|
true
|
|
|
}
|
|
|
|
|
|
- fn merge_from(&mut self, is: &mut ::protobuf::CodedInputStream) -> ::protobuf::ProtobufResult<()> {
|
|
|
+ fn merge_from(&mut self, is: &mut ::protobuf::CodedInputStream<'_>) -> ::protobuf::ProtobufResult<()> {
|
|
|
while !is.eof()? {
|
|
|
let (field_number, wire_type) = is.read_tag_unpack()?;
|
|
|
match field_number {
|
|
@@ -2484,7 +2484,7 @@ impl ::protobuf::Message for UpdateListAttributes {
|
|
|
my_size
|
|
|
}
|
|
|
|
|
|
- fn write_to_with_cached_sizes(&self, os: &mut ::protobuf::CodedOutputStream) -> ::protobuf::ProtobufResult<()> {
|
|
|
+ fn write_to_with_cached_sizes(&self, os: &mut ::protobuf::CodedOutputStream<'_>) -> ::protobuf::ProtobufResult<()> {
|
|
|
if let Some(ref v) = self.new_attributes.as_ref() {
|
|
|
os.write_tag(1, ::protobuf::wire_format::WireTypeLengthDelimited)?;
|
|
|
os.write_raw_varint32(v.get_cached_size())?;
|
|
@@ -2598,7 +2598,7 @@ impl ::protobuf::Clear for UpdateListAttributes {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for UpdateListAttributes {
|
|
|
- fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result {
|
|
|
+ fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result {
|
|
|
::protobuf::text_format::fmt(self, f)
|
|
|
}
|
|
|
}
|
|
@@ -2849,7 +2849,7 @@ impl ::protobuf::Message for Op {
|
|
|
true
|
|
|
}
|
|
|
|
|
|
- fn merge_from(&mut self, is: &mut ::protobuf::CodedInputStream) -> ::protobuf::ProtobufResult<()> {
|
|
|
+ fn merge_from(&mut self, is: &mut ::protobuf::CodedInputStream<'_>) -> ::protobuf::ProtobufResult<()> {
|
|
|
while !is.eof()? {
|
|
|
let (field_number, wire_type) = is.read_tag_unpack()?;
|
|
|
match field_number {
|
|
@@ -2911,7 +2911,7 @@ impl ::protobuf::Message for Op {
|
|
|
my_size
|
|
|
}
|
|
|
|
|
|
- fn write_to_with_cached_sizes(&self, os: &mut ::protobuf::CodedOutputStream) -> ::protobuf::ProtobufResult<()> {
|
|
|
+ fn write_to_with_cached_sizes(&self, os: &mut ::protobuf::CodedOutputStream<'_>) -> ::protobuf::ProtobufResult<()> {
|
|
|
if let Some(v) = self.kind {
|
|
|
os.write_enum(1, v.value())?;
|
|
|
}
|
|
@@ -3045,7 +3045,7 @@ impl ::protobuf::Clear for Op {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for Op {
|
|
|
- fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result {
|
|
|
+ fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result {
|
|
|
::protobuf::text_format::fmt(self, f)
|
|
|
}
|
|
|
}
|
|
@@ -3179,7 +3179,7 @@ impl ::protobuf::Message for OpList {
|
|
|
true
|
|
|
}
|
|
|
|
|
|
- fn merge_from(&mut self, is: &mut ::protobuf::CodedInputStream) -> ::protobuf::ProtobufResult<()> {
|
|
|
+ fn merge_from(&mut self, is: &mut ::protobuf::CodedInputStream<'_>) -> ::protobuf::ProtobufResult<()> {
|
|
|
while !is.eof()? {
|
|
|
let (field_number, wire_type) = is.read_tag_unpack()?;
|
|
|
match field_number {
|
|
@@ -3207,7 +3207,7 @@ impl ::protobuf::Message for OpList {
|
|
|
my_size
|
|
|
}
|
|
|
|
|
|
- fn write_to_with_cached_sizes(&self, os: &mut ::protobuf::CodedOutputStream) -> ::protobuf::ProtobufResult<()> {
|
|
|
+ fn write_to_with_cached_sizes(&self, os: &mut ::protobuf::CodedOutputStream<'_>) -> ::protobuf::ProtobufResult<()> {
|
|
|
for v in &self.ops {
|
|
|
os.write_tag(1, ::protobuf::wire_format::WireTypeLengthDelimited)?;
|
|
|
os.write_raw_varint32(v.get_cached_size())?;
|
|
@@ -3288,7 +3288,7 @@ impl ::protobuf::Clear for OpList {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for OpList {
|
|
|
- fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result {
|
|
|
+ fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result {
|
|
|
::protobuf::text_format::fmt(self, f)
|
|
|
}
|
|
|
}
|