Searched refs:Attributes (Results 1 – 6 of 6) sorted by relevance
| /tonic/tonic-build/src/ |
| H A D | code_gen.rs | 5 use crate::{Attributes, Service}; 12 attributes: Attributes, 34 pub fn attributes(&mut self, attributes: Attributes) -> &mut Self { in attributes() 113 attributes: Attributes::default(), in default()
|
| H A D | prost.rs | 3 use super::Attributes; 33 server_attributes: Attributes::default(), in configure() 34 client_attributes: Attributes::default(), in configure() 302 pub(crate) server_attributes: Attributes, 303 pub(crate) client_attributes: Attributes,
|
| H A D | lib.rs | 158 pub struct Attributes { struct 165 impl Attributes { argument
|
| H A D | client.rs | 3 use super::{Attributes, Method, Service}; 17 attributes: &Attributes, in generate_internal() argument
|
| H A D | server.rs | 3 use super::{Attributes, Method, Service}; 18 attributes: &Attributes, in generate_internal() argument
|
| /tonic/examples/proto/googleapis/google/pubsub/v1/ |
| H A D | pubsub.proto | 216 // Attributes for this message. If this field is empty, the message must
|