Searched refs:from_shared (Results 1 – 15 of 15) sorted by relevance
29 fn from_shared(value: Bytes) -> Result<HeaderValue, InvalidMetadataValueBytes>; in from_shared() method89 fn from_shared(value: Bytes) -> Result<HeaderValue, InvalidMetadataValueBytes> { in from_shared() method136 fn from_shared(value: Bytes) -> Result<HeaderValue, InvalidMetadataValueBytes> { in from_shared() method
311 VE::from_shared(src).map(|value| MetadataValue { in try_from()
82 pub fn from_shared(s: impl Into<Bytes>) -> Result<Self, Error> { in from_shared() method476 Self::from_shared(t) in try_from()484 Self::from_shared(t.into_bytes()) in try_from()492 Self::from_shared(t.as_bytes()) in try_from()
100 pub fn from_shared(s: impl Into<Bytes>) -> Result<Endpoint, InvalidUri> { in from_shared() method
56 let channel = Endpoint::from_shared(format!("http://{addr}")) in setting_extension_from_interceptor()105 let channel = Endpoint::from_shared(format!("http://{addr}")) in setting_extension_from_tower()
41 let channel = Endpoint::from_shared(format!("http://{addr}")) in writes_user_agent_header()
39 let channel = Endpoint::from_shared(format!("http://{addr}")) in interceptor_retrieves_grpc_method()
51 let channel = Endpoint::from_shared(addr) in test_http_max_header_list_size_and_long_errors()
42 let channel = Endpoint::from_shared(format!("http://{addr}")) in connect_supports_standard_tower_layers()
68 let channel = Channel::from_shared(format!("http://{addr}")) in http2_keepalive_does_not_cause_panics_on_client_side()
49 let channel = Endpoint::from_shared(format!("http://{addr}")) in writes_origin_header()
74 let channel = Endpoint::from_shared(format!("http://{addr}")) in multiple_service_using_routes_builder()
99 let channel = Endpoint::from_shared(format!("http://{addr}")) in connect_lazy_reconnects_after_first_failure()
45 let channel = Endpoint::from_shared(format!("http://{addr}")) in getting_connect_info()
101 Self::from_shared(inner) in new()103 pub fn from_shared(inner: Arc<T>) -> Self { in from_shared() method