|
@@ -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 ClientHello {
|
|
@@ -329,7 +329,7 @@ impl ::protobuf::Message for ClientHello {
|
|
|
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 {
|
|
@@ -401,7 +401,7 @@ impl ::protobuf::Message for ClientHello {
|
|
|
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.build_info.as_ref() {
|
|
|
os.write_tag(10, ::protobuf::wire_format::WireTypeLengthDelimited)?;
|
|
|
os.write_raw_varint32(v.get_cached_size())?;
|
|
@@ -549,7 +549,7 @@ impl ::protobuf::Clear for ClientHello {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for ClientHello {
|
|
|
- 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)
|
|
|
}
|
|
|
}
|
|
@@ -680,7 +680,7 @@ impl ::protobuf::Message for BuildInfo {
|
|
|
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 {
|
|
@@ -729,7 +729,7 @@ impl ::protobuf::Message for BuildInfo {
|
|
|
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.product {
|
|
|
os.write_enum(10, v.value())?;
|
|
|
}
|
|
@@ -835,7 +835,7 @@ impl ::protobuf::Clear for BuildInfo {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for BuildInfo {
|
|
|
- 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)
|
|
|
}
|
|
|
}
|
|
@@ -910,7 +910,7 @@ impl ::protobuf::Message for LoginCryptoHelloUnion {
|
|
|
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 {
|
|
@@ -938,7 +938,7 @@ impl ::protobuf::Message for LoginCryptoHelloUnion {
|
|
|
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.diffie_hellman.as_ref() {
|
|
|
os.write_tag(10, ::protobuf::wire_format::WireTypeLengthDelimited)?;
|
|
|
os.write_raw_varint32(v.get_cached_size())?;
|
|
@@ -1019,7 +1019,7 @@ impl ::protobuf::Clear for LoginCryptoHelloUnion {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for LoginCryptoHelloUnion {
|
|
|
- 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)
|
|
|
}
|
|
|
}
|
|
@@ -1118,7 +1118,7 @@ impl ::protobuf::Message for LoginCryptoDiffieHellmanHello {
|
|
|
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 {
|
|
@@ -1155,7 +1155,7 @@ impl ::protobuf::Message for LoginCryptoDiffieHellmanHello {
|
|
|
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.gc.as_ref() {
|
|
|
os.write_bytes(10, &v)?;
|
|
|
}
|
|
@@ -1243,7 +1243,7 @@ impl ::protobuf::Clear for LoginCryptoDiffieHellmanHello {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for LoginCryptoDiffieHellmanHello {
|
|
|
- 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)
|
|
|
}
|
|
|
}
|
|
@@ -1319,7 +1319,7 @@ impl ::protobuf::Message for FeatureSet {
|
|
|
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 {
|
|
@@ -1360,7 +1360,7 @@ impl ::protobuf::Message for FeatureSet {
|
|
|
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.autoupdate2 {
|
|
|
os.write_bool(1, v)?;
|
|
|
}
|
|
@@ -1448,7 +1448,7 @@ impl ::protobuf::Clear for FeatureSet {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for FeatureSet {
|
|
|
- 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)
|
|
|
}
|
|
|
}
|
|
@@ -1601,7 +1601,7 @@ impl ::protobuf::Message for APResponseMessage {
|
|
|
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 {
|
|
@@ -1643,7 +1643,7 @@ impl ::protobuf::Message for APResponseMessage {
|
|
|
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.challenge.as_ref() {
|
|
|
os.write_tag(10, ::protobuf::wire_format::WireTypeLengthDelimited)?;
|
|
|
os.write_raw_varint32(v.get_cached_size())?;
|
|
@@ -1746,7 +1746,7 @@ impl ::protobuf::Clear for APResponseMessage {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for APResponseMessage {
|
|
|
- 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)
|
|
|
}
|
|
|
}
|
|
@@ -2027,7 +2027,7 @@ impl ::protobuf::Message for APChallenge {
|
|
|
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 {
|
|
@@ -2088,7 +2088,7 @@ impl ::protobuf::Message for APChallenge {
|
|
|
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.login_crypto_challenge.as_ref() {
|
|
|
os.write_tag(10, ::protobuf::wire_format::WireTypeLengthDelimited)?;
|
|
|
os.write_raw_varint32(v.get_cached_size())?;
|
|
@@ -2220,7 +2220,7 @@ impl ::protobuf::Clear for APChallenge {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for APChallenge {
|
|
|
- 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)
|
|
|
}
|
|
|
}
|
|
@@ -2295,7 +2295,7 @@ impl ::protobuf::Message for LoginCryptoChallengeUnion {
|
|
|
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 {
|
|
@@ -2323,7 +2323,7 @@ impl ::protobuf::Message for LoginCryptoChallengeUnion {
|
|
|
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.diffie_hellman.as_ref() {
|
|
|
os.write_tag(10, ::protobuf::wire_format::WireTypeLengthDelimited)?;
|
|
|
os.write_raw_varint32(v.get_cached_size())?;
|
|
@@ -2404,7 +2404,7 @@ impl ::protobuf::Clear for LoginCryptoChallengeUnion {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for LoginCryptoChallengeUnion {
|
|
|
- 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)
|
|
|
}
|
|
|
}
|
|
@@ -2543,7 +2543,7 @@ impl ::protobuf::Message for LoginCryptoDiffieHellmanChallenge {
|
|
|
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 {
|
|
@@ -2586,7 +2586,7 @@ impl ::protobuf::Message for LoginCryptoDiffieHellmanChallenge {
|
|
|
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.gs.as_ref() {
|
|
|
os.write_bytes(10, &v)?;
|
|
|
}
|
|
@@ -2683,7 +2683,7 @@ impl ::protobuf::Clear for LoginCryptoDiffieHellmanChallenge {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for LoginCryptoDiffieHellmanChallenge {
|
|
|
- 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)
|
|
|
}
|
|
|
}
|
|
@@ -2797,7 +2797,7 @@ impl ::protobuf::Message for FingerprintChallengeUnion {
|
|
|
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 {
|
|
@@ -2832,7 +2832,7 @@ impl ::protobuf::Message for FingerprintChallengeUnion {
|
|
|
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.grain.as_ref() {
|
|
|
os.write_tag(10, ::protobuf::wire_format::WireTypeLengthDelimited)?;
|
|
|
os.write_raw_varint32(v.get_cached_size())?;
|
|
@@ -2924,7 +2924,7 @@ impl ::protobuf::Clear for FingerprintChallengeUnion {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for FingerprintChallengeUnion {
|
|
|
- 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)
|
|
|
}
|
|
|
}
|
|
@@ -3000,7 +3000,7 @@ impl ::protobuf::Message for FingerprintGrainChallenge {
|
|
|
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 {
|
|
@@ -3027,7 +3027,7 @@ impl ::protobuf::Message for FingerprintGrainChallenge {
|
|
|
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.kek.as_ref() {
|
|
|
os.write_bytes(10, &v)?;
|
|
|
}
|
|
@@ -3106,7 +3106,7 @@ impl ::protobuf::Clear for FingerprintGrainChallenge {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for FingerprintGrainChallenge {
|
|
|
- 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)
|
|
|
}
|
|
|
}
|
|
@@ -3182,7 +3182,7 @@ impl ::protobuf::Message for FingerprintHmacRipemdChallenge {
|
|
|
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 {
|
|
@@ -3209,7 +3209,7 @@ impl ::protobuf::Message for FingerprintHmacRipemdChallenge {
|
|
|
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.challenge.as_ref() {
|
|
|
os.write_bytes(10, &v)?;
|
|
|
}
|
|
@@ -3288,7 +3288,7 @@ impl ::protobuf::Clear for FingerprintHmacRipemdChallenge {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for FingerprintHmacRipemdChallenge {
|
|
|
- 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)
|
|
|
}
|
|
|
}
|
|
@@ -3363,7 +3363,7 @@ impl ::protobuf::Message for PoWChallengeUnion {
|
|
|
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 {
|
|
@@ -3391,7 +3391,7 @@ impl ::protobuf::Message for PoWChallengeUnion {
|
|
|
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.hash_cash.as_ref() {
|
|
|
os.write_tag(10, ::protobuf::wire_format::WireTypeLengthDelimited)?;
|
|
|
os.write_raw_varint32(v.get_cached_size())?;
|
|
@@ -3472,7 +3472,7 @@ impl ::protobuf::Clear for PoWChallengeUnion {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for PoWChallengeUnion {
|
|
|
- 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)
|
|
|
}
|
|
|
}
|
|
@@ -3585,7 +3585,7 @@ impl ::protobuf::Message for PoWHashCashChallenge {
|
|
|
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 {
|
|
@@ -3632,7 +3632,7 @@ impl ::protobuf::Message for PoWHashCashChallenge {
|
|
|
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.prefix.as_ref() {
|
|
|
os.write_bytes(10, &v)?;
|
|
|
}
|
|
@@ -3729,7 +3729,7 @@ impl ::protobuf::Clear for PoWHashCashChallenge {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for PoWHashCashChallenge {
|
|
|
- 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)
|
|
|
}
|
|
|
}
|
|
@@ -3843,7 +3843,7 @@ impl ::protobuf::Message for CryptoChallengeUnion {
|
|
|
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 {
|
|
@@ -3878,7 +3878,7 @@ impl ::protobuf::Message for CryptoChallengeUnion {
|
|
|
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.shannon.as_ref() {
|
|
|
os.write_tag(10, ::protobuf::wire_format::WireTypeLengthDelimited)?;
|
|
|
os.write_raw_varint32(v.get_cached_size())?;
|
|
@@ -3970,7 +3970,7 @@ impl ::protobuf::Clear for CryptoChallengeUnion {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for CryptoChallengeUnion {
|
|
|
- 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)
|
|
|
}
|
|
|
}
|
|
@@ -4005,7 +4005,7 @@ impl ::protobuf::Message for CryptoShannonChallenge {
|
|
|
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 {
|
|
@@ -4026,7 +4026,7 @@ impl ::protobuf::Message for CryptoShannonChallenge {
|
|
|
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<()> {
|
|
|
os.write_unknown_fields(self.get_unknown_fields())?;
|
|
|
::std::result::Result::Ok(())
|
|
|
}
|
|
@@ -4096,7 +4096,7 @@ impl ::protobuf::Clear for CryptoShannonChallenge {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for CryptoShannonChallenge {
|
|
|
- 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)
|
|
|
}
|
|
|
}
|
|
@@ -4131,7 +4131,7 @@ impl ::protobuf::Message for CryptoRc4Sha1HmacChallenge {
|
|
|
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 {
|
|
@@ -4152,7 +4152,7 @@ impl ::protobuf::Message for CryptoRc4Sha1HmacChallenge {
|
|
|
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<()> {
|
|
|
os.write_unknown_fields(self.get_unknown_fields())?;
|
|
|
::std::result::Result::Ok(())
|
|
|
}
|
|
@@ -4222,7 +4222,7 @@ impl ::protobuf::Clear for CryptoRc4Sha1HmacChallenge {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for CryptoRc4Sha1HmacChallenge {
|
|
|
- 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)
|
|
|
}
|
|
|
}
|
|
@@ -4375,7 +4375,7 @@ impl ::protobuf::Message for UpgradeRequiredMessage {
|
|
|
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 {
|
|
@@ -4414,7 +4414,7 @@ impl ::protobuf::Message for UpgradeRequiredMessage {
|
|
|
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.upgrade_signed_part.as_ref() {
|
|
|
os.write_bytes(10, &v)?;
|
|
|
}
|
|
@@ -4511,7 +4511,7 @@ impl ::protobuf::Clear for UpgradeRequiredMessage {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for UpgradeRequiredMessage {
|
|
|
- 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)
|
|
|
}
|
|
|
}
|
|
@@ -4647,7 +4647,7 @@ impl ::protobuf::Message for APLoginFailed {
|
|
|
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 {
|
|
@@ -4700,7 +4700,7 @@ impl ::protobuf::Message for APLoginFailed {
|
|
|
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.error_code {
|
|
|
os.write_enum(10, v.value())?;
|
|
|
}
|
|
@@ -4806,7 +4806,7 @@ impl ::protobuf::Clear for APLoginFailed {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for APLoginFailed {
|
|
|
- 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)
|
|
|
}
|
|
|
}
|
|
@@ -4968,7 +4968,7 @@ impl ::protobuf::Message for ClientResponsePlaintext {
|
|
|
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 {
|
|
@@ -5010,7 +5010,7 @@ impl ::protobuf::Message for ClientResponsePlaintext {
|
|
|
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.login_crypto_response.as_ref() {
|
|
|
os.write_tag(10, ::protobuf::wire_format::WireTypeLengthDelimited)?;
|
|
|
os.write_raw_varint32(v.get_cached_size())?;
|
|
@@ -5113,7 +5113,7 @@ impl ::protobuf::Clear for ClientResponsePlaintext {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for ClientResponsePlaintext {
|
|
|
- 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)
|
|
|
}
|
|
|
}
|
|
@@ -5188,7 +5188,7 @@ impl ::protobuf::Message for LoginCryptoResponseUnion {
|
|
|
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 {
|
|
@@ -5216,7 +5216,7 @@ impl ::protobuf::Message for LoginCryptoResponseUnion {
|
|
|
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.diffie_hellman.as_ref() {
|
|
|
os.write_tag(10, ::protobuf::wire_format::WireTypeLengthDelimited)?;
|
|
|
os.write_raw_varint32(v.get_cached_size())?;
|
|
@@ -5297,7 +5297,7 @@ impl ::protobuf::Clear for LoginCryptoResponseUnion {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for LoginCryptoResponseUnion {
|
|
|
- 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)
|
|
|
}
|
|
|
}
|
|
@@ -5373,7 +5373,7 @@ impl ::protobuf::Message for LoginCryptoDiffieHellmanResponse {
|
|
|
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 {
|
|
@@ -5400,7 +5400,7 @@ impl ::protobuf::Message for LoginCryptoDiffieHellmanResponse {
|
|
|
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.hmac.as_ref() {
|
|
|
os.write_bytes(10, &v)?;
|
|
|
}
|
|
@@ -5479,7 +5479,7 @@ impl ::protobuf::Clear for LoginCryptoDiffieHellmanResponse {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for LoginCryptoDiffieHellmanResponse {
|
|
|
- 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)
|
|
|
}
|
|
|
}
|
|
@@ -5554,7 +5554,7 @@ impl ::protobuf::Message for PoWResponseUnion {
|
|
|
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 {
|
|
@@ -5582,7 +5582,7 @@ impl ::protobuf::Message for PoWResponseUnion {
|
|
|
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.hash_cash.as_ref() {
|
|
|
os.write_tag(10, ::protobuf::wire_format::WireTypeLengthDelimited)?;
|
|
|
os.write_raw_varint32(v.get_cached_size())?;
|
|
@@ -5663,7 +5663,7 @@ impl ::protobuf::Clear for PoWResponseUnion {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for PoWResponseUnion {
|
|
|
- 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)
|
|
|
}
|
|
|
}
|
|
@@ -5739,7 +5739,7 @@ impl ::protobuf::Message for PoWHashCashResponse {
|
|
|
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 {
|
|
@@ -5766,7 +5766,7 @@ impl ::protobuf::Message for PoWHashCashResponse {
|
|
|
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.hash_suffix.as_ref() {
|
|
|
os.write_bytes(10, &v)?;
|
|
|
}
|
|
@@ -5845,7 +5845,7 @@ impl ::protobuf::Clear for PoWHashCashResponse {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for PoWHashCashResponse {
|
|
|
- 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)
|
|
|
}
|
|
|
}
|
|
@@ -5959,7 +5959,7 @@ impl ::protobuf::Message for CryptoResponseUnion {
|
|
|
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 {
|
|
@@ -5994,7 +5994,7 @@ impl ::protobuf::Message for CryptoResponseUnion {
|
|
|
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.shannon.as_ref() {
|
|
|
os.write_tag(10, ::protobuf::wire_format::WireTypeLengthDelimited)?;
|
|
|
os.write_raw_varint32(v.get_cached_size())?;
|
|
@@ -6086,7 +6086,7 @@ impl ::protobuf::Clear for CryptoResponseUnion {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for CryptoResponseUnion {
|
|
|
- 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)
|
|
|
}
|
|
|
}
|
|
@@ -6142,7 +6142,7 @@ impl ::protobuf::Message for CryptoShannonResponse {
|
|
|
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 {
|
|
@@ -6173,7 +6173,7 @@ impl ::protobuf::Message for CryptoShannonResponse {
|
|
|
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.dummy {
|
|
|
os.write_int32(1, v)?;
|
|
|
}
|
|
@@ -6252,7 +6252,7 @@ impl ::protobuf::Clear for CryptoShannonResponse {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for CryptoShannonResponse {
|
|
|
- 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)
|
|
|
}
|
|
|
}
|
|
@@ -6308,7 +6308,7 @@ impl ::protobuf::Message for CryptoRc4Sha1HmacResponse {
|
|
|
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 {
|
|
@@ -6339,7 +6339,7 @@ impl ::protobuf::Message for CryptoRc4Sha1HmacResponse {
|
|
|
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.dummy {
|
|
|
os.write_int32(1, v)?;
|
|
|
}
|
|
@@ -6418,7 +6418,7 @@ impl ::protobuf::Clear for CryptoRc4Sha1HmacResponse {
|
|
|
}
|
|
|
|
|
|
impl ::std::fmt::Debug for CryptoRc4Sha1HmacResponse {
|
|
|
- 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)
|
|
|
}
|
|
|
}
|