Home
last modified time | relevance | path

Searched refs:ReflectionServiceState (Results 1 – 3 of 3) sorted by relevance

/tonic/tonic-reflection/src/server/
H A Dv1alpha.rs7 use super::ReflectionServiceState;
19 state: Arc<ReflectionServiceState>,
99 impl From<ReflectionServiceState> for ReflectionService {
100 fn from(state: ReflectionServiceState) -> Self { in from()
H A Dv1.rs7 use super::ReflectionServiceState;
19 state: Arc<ReflectionServiceState>,
99 impl From<ReflectionServiceState> for ReflectionService {
100 fn from(state: ReflectionServiceState) -> Self { in from()
H A Dmod.rs85 v1::ReflectionService::from(ReflectionServiceState::new( in build_v1()
104 v1alpha::ReflectionService::from(ReflectionServiceState::new( in build_v1alpha()
115 struct ReflectionServiceState { struct
121 impl ReflectionServiceState { argument
132 let mut state = ReflectionServiceState { in new()