|
@@ -1,7 +1,7 @@
|
|
|
-// This file is generated by rust-protobuf 2.8.1. Do not edit
|
|
|
+// This file is generated by rust-protobuf 2.14.0. Do not edit
|
|
|
// @generated
|
|
|
|
|
|
-// https://github.com/Manishearth/rust-clippy/issues/702
|
|
|
+// https://github.com/rust-lang/rust-clippy/issues/702
|
|
|
#![allow(unknown_lints)]
|
|
|
#![allow(clippy::all)]
|
|
|
|
|
@@ -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_1;
|
|
|
+// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_14_0;
|
|
|
|
|
|
#[derive(PartialEq,Clone,Default)]
|
|
|
pub struct ClientResponseEncrypted {
|
|
@@ -541,10 +541,7 @@ impl ::protobuf::Message for ClientResponseEncrypted {
|
|
|
}
|
|
|
|
|
|
fn descriptor_static() -> &'static ::protobuf::reflect::MessageDescriptor {
|
|
|
- static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const ::protobuf::reflect::MessageDescriptor,
|
|
|
- };
|
|
|
+ static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
descriptor.get(|| {
|
|
|
let mut fields = ::std::vec::Vec::new();
|
|
@@ -593,7 +590,7 @@ impl ::protobuf::Message for ClientResponseEncrypted {
|
|
|
|m: &ClientResponseEncrypted| { &m.client_info },
|
|
|
|m: &mut ClientResponseEncrypted| { &mut m.client_info },
|
|
|
));
|
|
|
- ::protobuf::reflect::MessageDescriptor::new::<ClientResponseEncrypted>(
|
|
|
+ ::protobuf::reflect::MessageDescriptor::new_pb_name::<ClientResponseEncrypted>(
|
|
|
"ClientResponseEncrypted",
|
|
|
fields,
|
|
|
file_descriptor_proto()
|
|
@@ -603,10 +600,7 @@ impl ::protobuf::Message for ClientResponseEncrypted {
|
|
|
}
|
|
|
|
|
|
fn default_instance() -> &'static ClientResponseEncrypted {
|
|
|
- static mut instance: ::protobuf::lazy::Lazy<ClientResponseEncrypted> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const ClientResponseEncrypted,
|
|
|
- };
|
|
|
+ static mut instance: ::protobuf::lazy::Lazy<ClientResponseEncrypted> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
instance.get(ClientResponseEncrypted::new)
|
|
|
}
|
|
@@ -635,8 +629,8 @@ impl ::std::fmt::Debug for ClientResponseEncrypted {
|
|
|
}
|
|
|
|
|
|
impl ::protobuf::reflect::ProtobufValue for ClientResponseEncrypted {
|
|
|
- fn as_ref(&self) -> ::protobuf::reflect::ProtobufValueRef {
|
|
|
- ::protobuf::reflect::ProtobufValueRef::Message(self)
|
|
|
+ fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef {
|
|
|
+ ::protobuf::reflect::ReflectValueRef::Message(self)
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -846,10 +840,7 @@ impl ::protobuf::Message for LoginCredentials {
|
|
|
}
|
|
|
|
|
|
fn descriptor_static() -> &'static ::protobuf::reflect::MessageDescriptor {
|
|
|
- static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const ::protobuf::reflect::MessageDescriptor,
|
|
|
- };
|
|
|
+ static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
descriptor.get(|| {
|
|
|
let mut fields = ::std::vec::Vec::new();
|
|
@@ -868,7 +859,7 @@ impl ::protobuf::Message for LoginCredentials {
|
|
|
|m: &LoginCredentials| { &m.auth_data },
|
|
|
|m: &mut LoginCredentials| { &mut m.auth_data },
|
|
|
));
|
|
|
- ::protobuf::reflect::MessageDescriptor::new::<LoginCredentials>(
|
|
|
+ ::protobuf::reflect::MessageDescriptor::new_pb_name::<LoginCredentials>(
|
|
|
"LoginCredentials",
|
|
|
fields,
|
|
|
file_descriptor_proto()
|
|
@@ -878,10 +869,7 @@ impl ::protobuf::Message for LoginCredentials {
|
|
|
}
|
|
|
|
|
|
fn default_instance() -> &'static LoginCredentials {
|
|
|
- static mut instance: ::protobuf::lazy::Lazy<LoginCredentials> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const LoginCredentials,
|
|
|
- };
|
|
|
+ static mut instance: ::protobuf::lazy::Lazy<LoginCredentials> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
instance.get(LoginCredentials::new)
|
|
|
}
|
|
@@ -904,8 +892,8 @@ impl ::std::fmt::Debug for LoginCredentials {
|
|
|
}
|
|
|
|
|
|
impl ::protobuf::reflect::ProtobufValue for LoginCredentials {
|
|
|
- fn as_ref(&self) -> ::protobuf::reflect::ProtobufValueRef {
|
|
|
- ::protobuf::reflect::ProtobufValueRef::Message(self)
|
|
|
+ fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef {
|
|
|
+ ::protobuf::reflect::ReflectValueRef::Message(self)
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -1093,10 +1081,7 @@ impl ::protobuf::Message for FingerprintResponseUnion {
|
|
|
}
|
|
|
|
|
|
fn descriptor_static() -> &'static ::protobuf::reflect::MessageDescriptor {
|
|
|
- static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const ::protobuf::reflect::MessageDescriptor,
|
|
|
- };
|
|
|
+ static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
descriptor.get(|| {
|
|
|
let mut fields = ::std::vec::Vec::new();
|
|
@@ -1110,7 +1095,7 @@ impl ::protobuf::Message for FingerprintResponseUnion {
|
|
|
|m: &FingerprintResponseUnion| { &m.hmac_ripemd },
|
|
|
|m: &mut FingerprintResponseUnion| { &mut m.hmac_ripemd },
|
|
|
));
|
|
|
- ::protobuf::reflect::MessageDescriptor::new::<FingerprintResponseUnion>(
|
|
|
+ ::protobuf::reflect::MessageDescriptor::new_pb_name::<FingerprintResponseUnion>(
|
|
|
"FingerprintResponseUnion",
|
|
|
fields,
|
|
|
file_descriptor_proto()
|
|
@@ -1120,10 +1105,7 @@ impl ::protobuf::Message for FingerprintResponseUnion {
|
|
|
}
|
|
|
|
|
|
fn default_instance() -> &'static FingerprintResponseUnion {
|
|
|
- static mut instance: ::protobuf::lazy::Lazy<FingerprintResponseUnion> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const FingerprintResponseUnion,
|
|
|
- };
|
|
|
+ static mut instance: ::protobuf::lazy::Lazy<FingerprintResponseUnion> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
instance.get(FingerprintResponseUnion::new)
|
|
|
}
|
|
@@ -1145,8 +1127,8 @@ impl ::std::fmt::Debug for FingerprintResponseUnion {
|
|
|
}
|
|
|
|
|
|
impl ::protobuf::reflect::ProtobufValue for FingerprintResponseUnion {
|
|
|
- fn as_ref(&self) -> ::protobuf::reflect::ProtobufValueRef {
|
|
|
- ::protobuf::reflect::ProtobufValueRef::Message(self)
|
|
|
+ fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef {
|
|
|
+ ::protobuf::reflect::ReflectValueRef::Message(self)
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -1281,10 +1263,7 @@ impl ::protobuf::Message for FingerprintGrainResponse {
|
|
|
}
|
|
|
|
|
|
fn descriptor_static() -> &'static ::protobuf::reflect::MessageDescriptor {
|
|
|
- static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const ::protobuf::reflect::MessageDescriptor,
|
|
|
- };
|
|
|
+ static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
descriptor.get(|| {
|
|
|
let mut fields = ::std::vec::Vec::new();
|
|
@@ -1293,7 +1272,7 @@ impl ::protobuf::Message for FingerprintGrainResponse {
|
|
|
|m: &FingerprintGrainResponse| { &m.encrypted_key },
|
|
|
|m: &mut FingerprintGrainResponse| { &mut m.encrypted_key },
|
|
|
));
|
|
|
- ::protobuf::reflect::MessageDescriptor::new::<FingerprintGrainResponse>(
|
|
|
+ ::protobuf::reflect::MessageDescriptor::new_pb_name::<FingerprintGrainResponse>(
|
|
|
"FingerprintGrainResponse",
|
|
|
fields,
|
|
|
file_descriptor_proto()
|
|
@@ -1303,10 +1282,7 @@ impl ::protobuf::Message for FingerprintGrainResponse {
|
|
|
}
|
|
|
|
|
|
fn default_instance() -> &'static FingerprintGrainResponse {
|
|
|
- static mut instance: ::protobuf::lazy::Lazy<FingerprintGrainResponse> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const FingerprintGrainResponse,
|
|
|
- };
|
|
|
+ static mut instance: ::protobuf::lazy::Lazy<FingerprintGrainResponse> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
instance.get(FingerprintGrainResponse::new)
|
|
|
}
|
|
@@ -1327,8 +1303,8 @@ impl ::std::fmt::Debug for FingerprintGrainResponse {
|
|
|
}
|
|
|
|
|
|
impl ::protobuf::reflect::ProtobufValue for FingerprintGrainResponse {
|
|
|
- fn as_ref(&self) -> ::protobuf::reflect::ProtobufValueRef {
|
|
|
- ::protobuf::reflect::ProtobufValueRef::Message(self)
|
|
|
+ fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef {
|
|
|
+ ::protobuf::reflect::ReflectValueRef::Message(self)
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -1463,10 +1439,7 @@ impl ::protobuf::Message for FingerprintHmacRipemdResponse {
|
|
|
}
|
|
|
|
|
|
fn descriptor_static() -> &'static ::protobuf::reflect::MessageDescriptor {
|
|
|
- static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const ::protobuf::reflect::MessageDescriptor,
|
|
|
- };
|
|
|
+ static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
descriptor.get(|| {
|
|
|
let mut fields = ::std::vec::Vec::new();
|
|
@@ -1475,7 +1448,7 @@ impl ::protobuf::Message for FingerprintHmacRipemdResponse {
|
|
|
|m: &FingerprintHmacRipemdResponse| { &m.hmac },
|
|
|
|m: &mut FingerprintHmacRipemdResponse| { &mut m.hmac },
|
|
|
));
|
|
|
- ::protobuf::reflect::MessageDescriptor::new::<FingerprintHmacRipemdResponse>(
|
|
|
+ ::protobuf::reflect::MessageDescriptor::new_pb_name::<FingerprintHmacRipemdResponse>(
|
|
|
"FingerprintHmacRipemdResponse",
|
|
|
fields,
|
|
|
file_descriptor_proto()
|
|
@@ -1485,10 +1458,7 @@ impl ::protobuf::Message for FingerprintHmacRipemdResponse {
|
|
|
}
|
|
|
|
|
|
fn default_instance() -> &'static FingerprintHmacRipemdResponse {
|
|
|
- static mut instance: ::protobuf::lazy::Lazy<FingerprintHmacRipemdResponse> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const FingerprintHmacRipemdResponse,
|
|
|
- };
|
|
|
+ static mut instance: ::protobuf::lazy::Lazy<FingerprintHmacRipemdResponse> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
instance.get(FingerprintHmacRipemdResponse::new)
|
|
|
}
|
|
@@ -1509,8 +1479,8 @@ impl ::std::fmt::Debug for FingerprintHmacRipemdResponse {
|
|
|
}
|
|
|
|
|
|
impl ::protobuf::reflect::ProtobufValue for FingerprintHmacRipemdResponse {
|
|
|
- fn as_ref(&self) -> ::protobuf::reflect::ProtobufValueRef {
|
|
|
- ::protobuf::reflect::ProtobufValueRef::Message(self)
|
|
|
+ fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef {
|
|
|
+ ::protobuf::reflect::ReflectValueRef::Message(self)
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -1698,10 +1668,7 @@ impl ::protobuf::Message for PeerTicketUnion {
|
|
|
}
|
|
|
|
|
|
fn descriptor_static() -> &'static ::protobuf::reflect::MessageDescriptor {
|
|
|
- static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const ::protobuf::reflect::MessageDescriptor,
|
|
|
- };
|
|
|
+ static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
descriptor.get(|| {
|
|
|
let mut fields = ::std::vec::Vec::new();
|
|
@@ -1715,7 +1682,7 @@ impl ::protobuf::Message for PeerTicketUnion {
|
|
|
|m: &PeerTicketUnion| { &m.old_ticket },
|
|
|
|m: &mut PeerTicketUnion| { &mut m.old_ticket },
|
|
|
));
|
|
|
- ::protobuf::reflect::MessageDescriptor::new::<PeerTicketUnion>(
|
|
|
+ ::protobuf::reflect::MessageDescriptor::new_pb_name::<PeerTicketUnion>(
|
|
|
"PeerTicketUnion",
|
|
|
fields,
|
|
|
file_descriptor_proto()
|
|
@@ -1725,10 +1692,7 @@ impl ::protobuf::Message for PeerTicketUnion {
|
|
|
}
|
|
|
|
|
|
fn default_instance() -> &'static PeerTicketUnion {
|
|
|
- static mut instance: ::protobuf::lazy::Lazy<PeerTicketUnion> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const PeerTicketUnion,
|
|
|
- };
|
|
|
+ static mut instance: ::protobuf::lazy::Lazy<PeerTicketUnion> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
instance.get(PeerTicketUnion::new)
|
|
|
}
|
|
@@ -1750,8 +1714,8 @@ impl ::std::fmt::Debug for PeerTicketUnion {
|
|
|
}
|
|
|
|
|
|
impl ::protobuf::reflect::ProtobufValue for PeerTicketUnion {
|
|
|
- fn as_ref(&self) -> ::protobuf::reflect::ProtobufValueRef {
|
|
|
- ::protobuf::reflect::ProtobufValueRef::Message(self)
|
|
|
+ fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef {
|
|
|
+ ::protobuf::reflect::ReflectValueRef::Message(self)
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -1886,10 +1850,7 @@ impl ::protobuf::Message for PeerTicketPublicKey {
|
|
|
}
|
|
|
|
|
|
fn descriptor_static() -> &'static ::protobuf::reflect::MessageDescriptor {
|
|
|
- static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const ::protobuf::reflect::MessageDescriptor,
|
|
|
- };
|
|
|
+ static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
descriptor.get(|| {
|
|
|
let mut fields = ::std::vec::Vec::new();
|
|
@@ -1898,7 +1859,7 @@ impl ::protobuf::Message for PeerTicketPublicKey {
|
|
|
|m: &PeerTicketPublicKey| { &m.public_key },
|
|
|
|m: &mut PeerTicketPublicKey| { &mut m.public_key },
|
|
|
));
|
|
|
- ::protobuf::reflect::MessageDescriptor::new::<PeerTicketPublicKey>(
|
|
|
+ ::protobuf::reflect::MessageDescriptor::new_pb_name::<PeerTicketPublicKey>(
|
|
|
"PeerTicketPublicKey",
|
|
|
fields,
|
|
|
file_descriptor_proto()
|
|
@@ -1908,10 +1869,7 @@ impl ::protobuf::Message for PeerTicketPublicKey {
|
|
|
}
|
|
|
|
|
|
fn default_instance() -> &'static PeerTicketPublicKey {
|
|
|
- static mut instance: ::protobuf::lazy::Lazy<PeerTicketPublicKey> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const PeerTicketPublicKey,
|
|
|
- };
|
|
|
+ static mut instance: ::protobuf::lazy::Lazy<PeerTicketPublicKey> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
instance.get(PeerTicketPublicKey::new)
|
|
|
}
|
|
@@ -1932,8 +1890,8 @@ impl ::std::fmt::Debug for PeerTicketPublicKey {
|
|
|
}
|
|
|
|
|
|
impl ::protobuf::reflect::ProtobufValue for PeerTicketPublicKey {
|
|
|
- fn as_ref(&self) -> ::protobuf::reflect::ProtobufValueRef {
|
|
|
- ::protobuf::reflect::ProtobufValueRef::Message(self)
|
|
|
+ fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef {
|
|
|
+ ::protobuf::reflect::ReflectValueRef::Message(self)
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -2117,10 +2075,7 @@ impl ::protobuf::Message for PeerTicketOld {
|
|
|
}
|
|
|
|
|
|
fn descriptor_static() -> &'static ::protobuf::reflect::MessageDescriptor {
|
|
|
- static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const ::protobuf::reflect::MessageDescriptor,
|
|
|
- };
|
|
|
+ static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
descriptor.get(|| {
|
|
|
let mut fields = ::std::vec::Vec::new();
|
|
@@ -2134,7 +2089,7 @@ impl ::protobuf::Message for PeerTicketOld {
|
|
|
|m: &PeerTicketOld| { &m.peer_ticket_signature },
|
|
|
|m: &mut PeerTicketOld| { &mut m.peer_ticket_signature },
|
|
|
));
|
|
|
- ::protobuf::reflect::MessageDescriptor::new::<PeerTicketOld>(
|
|
|
+ ::protobuf::reflect::MessageDescriptor::new_pb_name::<PeerTicketOld>(
|
|
|
"PeerTicketOld",
|
|
|
fields,
|
|
|
file_descriptor_proto()
|
|
@@ -2144,10 +2099,7 @@ impl ::protobuf::Message for PeerTicketOld {
|
|
|
}
|
|
|
|
|
|
fn default_instance() -> &'static PeerTicketOld {
|
|
|
- static mut instance: ::protobuf::lazy::Lazy<PeerTicketOld> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const PeerTicketOld,
|
|
|
- };
|
|
|
+ static mut instance: ::protobuf::lazy::Lazy<PeerTicketOld> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
instance.get(PeerTicketOld::new)
|
|
|
}
|
|
@@ -2169,8 +2121,8 @@ impl ::std::fmt::Debug for PeerTicketOld {
|
|
|
}
|
|
|
|
|
|
impl ::protobuf::reflect::ProtobufValue for PeerTicketOld {
|
|
|
- fn as_ref(&self) -> ::protobuf::reflect::ProtobufValueRef {
|
|
|
- ::protobuf::reflect::ProtobufValueRef::Message(self)
|
|
|
+ fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef {
|
|
|
+ ::protobuf::reflect::ReflectValueRef::Message(self)
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -2606,10 +2558,7 @@ impl ::protobuf::Message for SystemInfo {
|
|
|
}
|
|
|
|
|
|
fn descriptor_static() -> &'static ::protobuf::reflect::MessageDescriptor {
|
|
|
- static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const ::protobuf::reflect::MessageDescriptor,
|
|
|
- };
|
|
|
+ static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
descriptor.get(|| {
|
|
|
let mut fields = ::std::vec::Vec::new();
|
|
@@ -2663,7 +2612,7 @@ impl ::protobuf::Message for SystemInfo {
|
|
|
|m: &SystemInfo| { &m.device_id },
|
|
|
|m: &mut SystemInfo| { &mut m.device_id },
|
|
|
));
|
|
|
- ::protobuf::reflect::MessageDescriptor::new::<SystemInfo>(
|
|
|
+ ::protobuf::reflect::MessageDescriptor::new_pb_name::<SystemInfo>(
|
|
|
"SystemInfo",
|
|
|
fields,
|
|
|
file_descriptor_proto()
|
|
@@ -2673,10 +2622,7 @@ impl ::protobuf::Message for SystemInfo {
|
|
|
}
|
|
|
|
|
|
fn default_instance() -> &'static SystemInfo {
|
|
|
- static mut instance: ::protobuf::lazy::Lazy<SystemInfo> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const SystemInfo,
|
|
|
- };
|
|
|
+ static mut instance: ::protobuf::lazy::Lazy<SystemInfo> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
instance.get(SystemInfo::new)
|
|
|
}
|
|
@@ -2706,8 +2652,8 @@ impl ::std::fmt::Debug for SystemInfo {
|
|
|
}
|
|
|
|
|
|
impl ::protobuf::reflect::ProtobufValue for SystemInfo {
|
|
|
- fn as_ref(&self) -> ::protobuf::reflect::ProtobufValueRef {
|
|
|
- ::protobuf::reflect::ProtobufValueRef::Message(self)
|
|
|
+ fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef {
|
|
|
+ ::protobuf::reflect::ReflectValueRef::Message(self)
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -3025,10 +2971,7 @@ impl ::protobuf::Message for LibspotifyAppKey {
|
|
|
}
|
|
|
|
|
|
fn descriptor_static() -> &'static ::protobuf::reflect::MessageDescriptor {
|
|
|
- static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const ::protobuf::reflect::MessageDescriptor,
|
|
|
- };
|
|
|
+ static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
descriptor.get(|| {
|
|
|
let mut fields = ::std::vec::Vec::new();
|
|
@@ -3057,7 +3000,7 @@ impl ::protobuf::Message for LibspotifyAppKey {
|
|
|
|m: &LibspotifyAppKey| { &m.callback_hash },
|
|
|
|m: &mut LibspotifyAppKey| { &mut m.callback_hash },
|
|
|
));
|
|
|
- ::protobuf::reflect::MessageDescriptor::new::<LibspotifyAppKey>(
|
|
|
+ ::protobuf::reflect::MessageDescriptor::new_pb_name::<LibspotifyAppKey>(
|
|
|
"LibspotifyAppKey",
|
|
|
fields,
|
|
|
file_descriptor_proto()
|
|
@@ -3067,10 +3010,7 @@ impl ::protobuf::Message for LibspotifyAppKey {
|
|
|
}
|
|
|
|
|
|
fn default_instance() -> &'static LibspotifyAppKey {
|
|
|
- static mut instance: ::protobuf::lazy::Lazy<LibspotifyAppKey> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const LibspotifyAppKey,
|
|
|
- };
|
|
|
+ static mut instance: ::protobuf::lazy::Lazy<LibspotifyAppKey> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
instance.get(LibspotifyAppKey::new)
|
|
|
}
|
|
@@ -3095,8 +3035,8 @@ impl ::std::fmt::Debug for LibspotifyAppKey {
|
|
|
}
|
|
|
|
|
|
impl ::protobuf::reflect::ProtobufValue for LibspotifyAppKey {
|
|
|
- fn as_ref(&self) -> ::protobuf::reflect::ProtobufValueRef {
|
|
|
- ::protobuf::reflect::ProtobufValueRef::Message(self)
|
|
|
+ fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef {
|
|
|
+ ::protobuf::reflect::ReflectValueRef::Message(self)
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -3312,10 +3252,7 @@ impl ::protobuf::Message for ClientInfo {
|
|
|
}
|
|
|
|
|
|
fn descriptor_static() -> &'static ::protobuf::reflect::MessageDescriptor {
|
|
|
- static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const ::protobuf::reflect::MessageDescriptor,
|
|
|
- };
|
|
|
+ static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
descriptor.get(|| {
|
|
|
let mut fields = ::std::vec::Vec::new();
|
|
@@ -3334,7 +3271,7 @@ impl ::protobuf::Message for ClientInfo {
|
|
|
|m: &ClientInfo| { &m.language },
|
|
|
|m: &mut ClientInfo| { &mut m.language },
|
|
|
));
|
|
|
- ::protobuf::reflect::MessageDescriptor::new::<ClientInfo>(
|
|
|
+ ::protobuf::reflect::MessageDescriptor::new_pb_name::<ClientInfo>(
|
|
|
"ClientInfo",
|
|
|
fields,
|
|
|
file_descriptor_proto()
|
|
@@ -3344,10 +3281,7 @@ impl ::protobuf::Message for ClientInfo {
|
|
|
}
|
|
|
|
|
|
fn default_instance() -> &'static ClientInfo {
|
|
|
- static mut instance: ::protobuf::lazy::Lazy<ClientInfo> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const ClientInfo,
|
|
|
- };
|
|
|
+ static mut instance: ::protobuf::lazy::Lazy<ClientInfo> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
instance.get(ClientInfo::new)
|
|
|
}
|
|
@@ -3370,8 +3304,8 @@ impl ::std::fmt::Debug for ClientInfo {
|
|
|
}
|
|
|
|
|
|
impl ::protobuf::reflect::ProtobufValue for ClientInfo {
|
|
|
- fn as_ref(&self) -> ::protobuf::reflect::ProtobufValueRef {
|
|
|
- ::protobuf::reflect::ProtobufValueRef::Message(self)
|
|
|
+ fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef {
|
|
|
+ ::protobuf::reflect::ReflectValueRef::Message(self)
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -3503,10 +3437,7 @@ impl ::protobuf::Message for ClientInfoFacebook {
|
|
|
}
|
|
|
|
|
|
fn descriptor_static() -> &'static ::protobuf::reflect::MessageDescriptor {
|
|
|
- static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const ::protobuf::reflect::MessageDescriptor,
|
|
|
- };
|
|
|
+ static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
descriptor.get(|| {
|
|
|
let mut fields = ::std::vec::Vec::new();
|
|
@@ -3515,7 +3446,7 @@ impl ::protobuf::Message for ClientInfoFacebook {
|
|
|
|m: &ClientInfoFacebook| { &m.machine_id },
|
|
|
|m: &mut ClientInfoFacebook| { &mut m.machine_id },
|
|
|
));
|
|
|
- ::protobuf::reflect::MessageDescriptor::new::<ClientInfoFacebook>(
|
|
|
+ ::protobuf::reflect::MessageDescriptor::new_pb_name::<ClientInfoFacebook>(
|
|
|
"ClientInfoFacebook",
|
|
|
fields,
|
|
|
file_descriptor_proto()
|
|
@@ -3525,10 +3456,7 @@ impl ::protobuf::Message for ClientInfoFacebook {
|
|
|
}
|
|
|
|
|
|
fn default_instance() -> &'static ClientInfoFacebook {
|
|
|
- static mut instance: ::protobuf::lazy::Lazy<ClientInfoFacebook> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const ClientInfoFacebook,
|
|
|
- };
|
|
|
+ static mut instance: ::protobuf::lazy::Lazy<ClientInfoFacebook> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
instance.get(ClientInfoFacebook::new)
|
|
|
}
|
|
@@ -3549,8 +3477,8 @@ impl ::std::fmt::Debug for ClientInfoFacebook {
|
|
|
}
|
|
|
|
|
|
impl ::protobuf::reflect::ProtobufValue for ClientInfoFacebook {
|
|
|
- fn as_ref(&self) -> ::protobuf::reflect::ProtobufValueRef {
|
|
|
- ::protobuf::reflect::ProtobufValueRef::Message(self)
|
|
|
+ fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef {
|
|
|
+ ::protobuf::reflect::ReflectValueRef::Message(self)
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -3978,10 +3906,7 @@ impl ::protobuf::Message for APWelcome {
|
|
|
}
|
|
|
|
|
|
fn descriptor_static() -> &'static ::protobuf::reflect::MessageDescriptor {
|
|
|
- static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const ::protobuf::reflect::MessageDescriptor,
|
|
|
- };
|
|
|
+ static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
descriptor.get(|| {
|
|
|
let mut fields = ::std::vec::Vec::new();
|
|
@@ -4025,7 +3950,7 @@ impl ::protobuf::Message for APWelcome {
|
|
|
|m: &APWelcome| { &m.fb },
|
|
|
|m: &mut APWelcome| { &mut m.fb },
|
|
|
));
|
|
|
- ::protobuf::reflect::MessageDescriptor::new::<APWelcome>(
|
|
|
+ ::protobuf::reflect::MessageDescriptor::new_pb_name::<APWelcome>(
|
|
|
"APWelcome",
|
|
|
fields,
|
|
|
file_descriptor_proto()
|
|
@@ -4035,10 +3960,7 @@ impl ::protobuf::Message for APWelcome {
|
|
|
}
|
|
|
|
|
|
fn default_instance() -> &'static APWelcome {
|
|
|
- static mut instance: ::protobuf::lazy::Lazy<APWelcome> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const APWelcome,
|
|
|
- };
|
|
|
+ static mut instance: ::protobuf::lazy::Lazy<APWelcome> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
instance.get(APWelcome::new)
|
|
|
}
|
|
@@ -4066,8 +3988,8 @@ impl ::std::fmt::Debug for APWelcome {
|
|
|
}
|
|
|
|
|
|
impl ::protobuf::reflect::ProtobufValue for APWelcome {
|
|
|
- fn as_ref(&self) -> ::protobuf::reflect::ProtobufValueRef {
|
|
|
- ::protobuf::reflect::ProtobufValueRef::Message(self)
|
|
|
+ fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef {
|
|
|
+ ::protobuf::reflect::ReflectValueRef::Message(self)
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -4255,10 +4177,7 @@ impl ::protobuf::Message for AccountInfo {
|
|
|
}
|
|
|
|
|
|
fn descriptor_static() -> &'static ::protobuf::reflect::MessageDescriptor {
|
|
|
- static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const ::protobuf::reflect::MessageDescriptor,
|
|
|
- };
|
|
|
+ static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
descriptor.get(|| {
|
|
|
let mut fields = ::std::vec::Vec::new();
|
|
@@ -4272,7 +4191,7 @@ impl ::protobuf::Message for AccountInfo {
|
|
|
|m: &AccountInfo| { &m.facebook },
|
|
|
|m: &mut AccountInfo| { &mut m.facebook },
|
|
|
));
|
|
|
- ::protobuf::reflect::MessageDescriptor::new::<AccountInfo>(
|
|
|
+ ::protobuf::reflect::MessageDescriptor::new_pb_name::<AccountInfo>(
|
|
|
"AccountInfo",
|
|
|
fields,
|
|
|
file_descriptor_proto()
|
|
@@ -4282,10 +4201,7 @@ impl ::protobuf::Message for AccountInfo {
|
|
|
}
|
|
|
|
|
|
fn default_instance() -> &'static AccountInfo {
|
|
|
- static mut instance: ::protobuf::lazy::Lazy<AccountInfo> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const AccountInfo,
|
|
|
- };
|
|
|
+ static mut instance: ::protobuf::lazy::Lazy<AccountInfo> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
instance.get(AccountInfo::new)
|
|
|
}
|
|
@@ -4307,8 +4223,8 @@ impl ::std::fmt::Debug for AccountInfo {
|
|
|
}
|
|
|
|
|
|
impl ::protobuf::reflect::ProtobufValue for AccountInfo {
|
|
|
- fn as_ref(&self) -> ::protobuf::reflect::ProtobufValueRef {
|
|
|
- ::protobuf::reflect::ProtobufValueRef::Message(self)
|
|
|
+ fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef {
|
|
|
+ ::protobuf::reflect::ReflectValueRef::Message(self)
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -4393,14 +4309,11 @@ impl ::protobuf::Message for AccountInfoSpotify {
|
|
|
}
|
|
|
|
|
|
fn descriptor_static() -> &'static ::protobuf::reflect::MessageDescriptor {
|
|
|
- static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const ::protobuf::reflect::MessageDescriptor,
|
|
|
- };
|
|
|
+ static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
descriptor.get(|| {
|
|
|
let fields = ::std::vec::Vec::new();
|
|
|
- ::protobuf::reflect::MessageDescriptor::new::<AccountInfoSpotify>(
|
|
|
+ ::protobuf::reflect::MessageDescriptor::new_pb_name::<AccountInfoSpotify>(
|
|
|
"AccountInfoSpotify",
|
|
|
fields,
|
|
|
file_descriptor_proto()
|
|
@@ -4410,10 +4323,7 @@ impl ::protobuf::Message for AccountInfoSpotify {
|
|
|
}
|
|
|
|
|
|
fn default_instance() -> &'static AccountInfoSpotify {
|
|
|
- static mut instance: ::protobuf::lazy::Lazy<AccountInfoSpotify> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const AccountInfoSpotify,
|
|
|
- };
|
|
|
+ static mut instance: ::protobuf::lazy::Lazy<AccountInfoSpotify> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
instance.get(AccountInfoSpotify::new)
|
|
|
}
|
|
@@ -4433,8 +4343,8 @@ impl ::std::fmt::Debug for AccountInfoSpotify {
|
|
|
}
|
|
|
|
|
|
impl ::protobuf::reflect::ProtobufValue for AccountInfoSpotify {
|
|
|
- fn as_ref(&self) -> ::protobuf::reflect::ProtobufValueRef {
|
|
|
- ::protobuf::reflect::ProtobufValueRef::Message(self)
|
|
|
+ fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef {
|
|
|
+ ::protobuf::reflect::ReflectValueRef::Message(self)
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -4612,10 +4522,7 @@ impl ::protobuf::Message for AccountInfoFacebook {
|
|
|
}
|
|
|
|
|
|
fn descriptor_static() -> &'static ::protobuf::reflect::MessageDescriptor {
|
|
|
- static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const ::protobuf::reflect::MessageDescriptor,
|
|
|
- };
|
|
|
+ static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
descriptor.get(|| {
|
|
|
let mut fields = ::std::vec::Vec::new();
|
|
@@ -4629,7 +4536,7 @@ impl ::protobuf::Message for AccountInfoFacebook {
|
|
|
|m: &AccountInfoFacebook| { &m.machine_id },
|
|
|
|m: &mut AccountInfoFacebook| { &mut m.machine_id },
|
|
|
));
|
|
|
- ::protobuf::reflect::MessageDescriptor::new::<AccountInfoFacebook>(
|
|
|
+ ::protobuf::reflect::MessageDescriptor::new_pb_name::<AccountInfoFacebook>(
|
|
|
"AccountInfoFacebook",
|
|
|
fields,
|
|
|
file_descriptor_proto()
|
|
@@ -4639,10 +4546,7 @@ impl ::protobuf::Message for AccountInfoFacebook {
|
|
|
}
|
|
|
|
|
|
fn default_instance() -> &'static AccountInfoFacebook {
|
|
|
- static mut instance: ::protobuf::lazy::Lazy<AccountInfoFacebook> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const AccountInfoFacebook,
|
|
|
- };
|
|
|
+ static mut instance: ::protobuf::lazy::Lazy<AccountInfoFacebook> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
instance.get(AccountInfoFacebook::new)
|
|
|
}
|
|
@@ -4664,8 +4568,8 @@ impl ::std::fmt::Debug for AccountInfoFacebook {
|
|
|
}
|
|
|
|
|
|
impl ::protobuf::reflect::ProtobufValue for AccountInfoFacebook {
|
|
|
- fn as_ref(&self) -> ::protobuf::reflect::ProtobufValueRef {
|
|
|
- ::protobuf::reflect::ProtobufValueRef::Message(self)
|
|
|
+ fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef {
|
|
|
+ ::protobuf::reflect::ReflectValueRef::Message(self)
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -4706,13 +4610,10 @@ impl ::protobuf::ProtobufEnum for AuthenticationType {
|
|
|
}
|
|
|
|
|
|
fn enum_descriptor_static() -> &'static ::protobuf::reflect::EnumDescriptor {
|
|
|
- static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::EnumDescriptor> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const ::protobuf::reflect::EnumDescriptor,
|
|
|
- };
|
|
|
+ static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::EnumDescriptor> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
descriptor.get(|| {
|
|
|
- ::protobuf::reflect::EnumDescriptor::new("AuthenticationType", file_descriptor_proto())
|
|
|
+ ::protobuf::reflect::EnumDescriptor::new_pb_name::<AuthenticationType>("AuthenticationType", file_descriptor_proto())
|
|
|
})
|
|
|
}
|
|
|
}
|
|
@@ -4728,8 +4629,8 @@ impl ::std::default::Default for AuthenticationType {
|
|
|
}
|
|
|
|
|
|
impl ::protobuf::reflect::ProtobufValue for AuthenticationType {
|
|
|
- fn as_ref(&self) -> ::protobuf::reflect::ProtobufValueRef {
|
|
|
- ::protobuf::reflect::ProtobufValueRef::Enum(self.descriptor())
|
|
|
+ fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef {
|
|
|
+ ::protobuf::reflect::ReflectValueRef::Enum(self.descriptor())
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -4761,13 +4662,10 @@ impl ::protobuf::ProtobufEnum for AccountCreation {
|
|
|
}
|
|
|
|
|
|
fn enum_descriptor_static() -> &'static ::protobuf::reflect::EnumDescriptor {
|
|
|
- static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::EnumDescriptor> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const ::protobuf::reflect::EnumDescriptor,
|
|
|
- };
|
|
|
+ static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::EnumDescriptor> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
descriptor.get(|| {
|
|
|
- ::protobuf::reflect::EnumDescriptor::new("AccountCreation", file_descriptor_proto())
|
|
|
+ ::protobuf::reflect::EnumDescriptor::new_pb_name::<AccountCreation>("AccountCreation", file_descriptor_proto())
|
|
|
})
|
|
|
}
|
|
|
}
|
|
@@ -4784,8 +4682,8 @@ impl ::std::default::Default for AccountCreation {
|
|
|
}
|
|
|
|
|
|
impl ::protobuf::reflect::ProtobufValue for AccountCreation {
|
|
|
- fn as_ref(&self) -> ::protobuf::reflect::ProtobufValueRef {
|
|
|
- ::protobuf::reflect::ProtobufValueRef::Enum(self.descriptor())
|
|
|
+ fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef {
|
|
|
+ ::protobuf::reflect::ReflectValueRef::Enum(self.descriptor())
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -4841,13 +4739,10 @@ impl ::protobuf::ProtobufEnum for CpuFamily {
|
|
|
}
|
|
|
|
|
|
fn enum_descriptor_static() -> &'static ::protobuf::reflect::EnumDescriptor {
|
|
|
- static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::EnumDescriptor> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const ::protobuf::reflect::EnumDescriptor,
|
|
|
- };
|
|
|
+ static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::EnumDescriptor> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
descriptor.get(|| {
|
|
|
- ::protobuf::reflect::EnumDescriptor::new("CpuFamily", file_descriptor_proto())
|
|
|
+ ::protobuf::reflect::EnumDescriptor::new_pb_name::<CpuFamily>("CpuFamily", file_descriptor_proto())
|
|
|
})
|
|
|
}
|
|
|
}
|
|
@@ -4863,8 +4758,8 @@ impl ::std::default::Default for CpuFamily {
|
|
|
}
|
|
|
|
|
|
impl ::protobuf::reflect::ProtobufValue for CpuFamily {
|
|
|
- fn as_ref(&self) -> ::protobuf::reflect::ProtobufValueRef {
|
|
|
- ::protobuf::reflect::ProtobufValueRef::Enum(self.descriptor())
|
|
|
+ fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef {
|
|
|
+ ::protobuf::reflect::ReflectValueRef::Enum(self.descriptor())
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -4902,13 +4797,10 @@ impl ::protobuf::ProtobufEnum for Brand {
|
|
|
}
|
|
|
|
|
|
fn enum_descriptor_static() -> &'static ::protobuf::reflect::EnumDescriptor {
|
|
|
- static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::EnumDescriptor> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const ::protobuf::reflect::EnumDescriptor,
|
|
|
- };
|
|
|
+ static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::EnumDescriptor> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
descriptor.get(|| {
|
|
|
- ::protobuf::reflect::EnumDescriptor::new("Brand", file_descriptor_proto())
|
|
|
+ ::protobuf::reflect::EnumDescriptor::new_pb_name::<Brand>("Brand", file_descriptor_proto())
|
|
|
})
|
|
|
}
|
|
|
}
|
|
@@ -4924,8 +4816,8 @@ impl ::std::default::Default for Brand {
|
|
|
}
|
|
|
|
|
|
impl ::protobuf::reflect::ProtobufValue for Brand {
|
|
|
- fn as_ref(&self) -> ::protobuf::reflect::ProtobufValueRef {
|
|
|
- ::protobuf::reflect::ProtobufValueRef::Enum(self.descriptor())
|
|
|
+ fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef {
|
|
|
+ ::protobuf::reflect::ReflectValueRef::Enum(self.descriptor())
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -5020,13 +4912,10 @@ impl ::protobuf::ProtobufEnum for Os {
|
|
|
}
|
|
|
|
|
|
fn enum_descriptor_static() -> &'static ::protobuf::reflect::EnumDescriptor {
|
|
|
- static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::EnumDescriptor> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const ::protobuf::reflect::EnumDescriptor,
|
|
|
- };
|
|
|
+ static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::EnumDescriptor> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
descriptor.get(|| {
|
|
|
- ::protobuf::reflect::EnumDescriptor::new("Os", file_descriptor_proto())
|
|
|
+ ::protobuf::reflect::EnumDescriptor::new_pb_name::<Os>("Os", file_descriptor_proto())
|
|
|
})
|
|
|
}
|
|
|
}
|
|
@@ -5042,8 +4931,8 @@ impl ::std::default::Default for Os {
|
|
|
}
|
|
|
|
|
|
impl ::protobuf::reflect::ProtobufValue for Os {
|
|
|
- fn as_ref(&self) -> ::protobuf::reflect::ProtobufValueRef {
|
|
|
- ::protobuf::reflect::ProtobufValueRef::Enum(self.descriptor())
|
|
|
+ fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef {
|
|
|
+ ::protobuf::reflect::ReflectValueRef::Enum(self.descriptor())
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -5075,13 +4964,10 @@ impl ::protobuf::ProtobufEnum for AccountType {
|
|
|
}
|
|
|
|
|
|
fn enum_descriptor_static() -> &'static ::protobuf::reflect::EnumDescriptor {
|
|
|
- static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::EnumDescriptor> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const ::protobuf::reflect::EnumDescriptor,
|
|
|
- };
|
|
|
+ static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::EnumDescriptor> = ::protobuf::lazy::Lazy::INIT;
|
|
|
unsafe {
|
|
|
descriptor.get(|| {
|
|
|
- ::protobuf::reflect::EnumDescriptor::new("AccountType", file_descriptor_proto())
|
|
|
+ ::protobuf::reflect::EnumDescriptor::new_pb_name::<AccountType>("AccountType", file_descriptor_proto())
|
|
|
})
|
|
|
}
|
|
|
}
|
|
@@ -5097,8 +4983,8 @@ impl ::std::default::Default for AccountType {
|
|
|
}
|
|
|
|
|
|
impl ::protobuf::reflect::ProtobufValue for AccountType {
|
|
|
- fn as_ref(&self) -> ::protobuf::reflect::ProtobufValueRef {
|
|
|
- ::protobuf::reflect::ProtobufValueRef::Enum(self.descriptor())
|
|
|
+ fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef {
|
|
|
+ ::protobuf::reflect::ReflectValueRef::Enum(self.descriptor())
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -5176,10 +5062,7 @@ static file_descriptor_proto_data: &'static [u8] = b"\
|
|
|
\x10\0\x12\x0c\n\x08Facebook\x10\x01\x1a\0B\0b\x06proto2\
|
|
|
";
|
|
|
|
|
|
-static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy {
|
|
|
- lock: ::protobuf::lazy::ONCE_INIT,
|
|
|
- ptr: 0 as *const ::protobuf::descriptor::FileDescriptorProto,
|
|
|
-};
|
|
|
+static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy::INIT;
|
|
|
|
|
|
fn parse_descriptor_proto() -> ::protobuf::descriptor::FileDescriptorProto {
|
|
|
::protobuf::parse_from_bytes(file_descriptor_proto_data).unwrap()
|