Searched refs:attributes (Results 1 – 6 of 6) sorted by relevance
12 attributes: Attributes, field34 pub fn attributes(&mut self, attributes: Attributes) -> &mut Self { in attributes() method35 self.attributes = attributes; in attributes()85 &self.attributes, in generate_client()100 &self.attributes, in generate_server()113 attributes: Attributes::default(), in default()
17 attributes: &Attributes, in generate_internal()41 let mod_attributes = attributes.for_mod(package); in generate_internal()42 let struct_attributes = attributes.for_struct(&service_name); in generate_internal()
18 attributes: &Attributes, in generate_internal()56 let mod_attributes = attributes.for_mod(package); in generate_internal()57 let struct_attributes = attributes.for_struct(&service_name); in generate_internal()
227 .attributes(self.builder.server_attributes.clone()) in generate()243 .attributes(self.builder.client_attributes.clone()) in generate()
219 map<string, string> attributes = 2; field526 // attributes of a push subscription. Messages will accumulate for delivery714 // then only `PubsubMessage`s whose `attributes` field matches the filter are838 // Endpoint configuration attributes that can be used to control different858 // <pre><code>attributes { "x-goog-version": "v1" } </code></pre>859 map<string, string> attributes = 2; field
384 * **build:** support adding attributes to clients and servers ([#684](https://github.com/hyperium/t…