diff options
Diffstat (limited to 'src/rpc/testdata.dynamic_descriptors.rs')
| -rw-r--r-- | src/rpc/testdata.dynamic_descriptors.rs | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/rpc/testdata.dynamic_descriptors.rs b/src/rpc/testdata.dynamic_descriptors.rs new file mode 100644 index 00000000..7541302b --- /dev/null +++ b/src/rpc/testdata.dynamic_descriptors.rs @@ -0,0 +1,17 @@ +// @generated +// This file is @generated by prost-build. +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Foo { + #[prost(string, optional, tag="1")] + pub bar: ::core::option::Option<::prost::alloc::string::String>, + #[prost(message, optional, tag="2")] + pub baz: ::core::option::Option<super::super::google::protobuf::Any>, +} +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FooCopy { + #[prost(string, optional, tag="1")] + pub bar: ::core::option::Option<::prost::alloc::string::String>, +} +// @@protoc_insertion_point(module) |
