Searched refs:ReflectionServiceState (Results 1 – 3 of 3) sorted by relevance
7 use super::ReflectionServiceState;19 state: Arc<ReflectionServiceState>,99 impl From<ReflectionServiceState> for ReflectionService {100 fn from(state: ReflectionServiceState) -> Self { in from()
85 v1::ReflectionService::from(ReflectionServiceState::new( in build_v1()104 v1alpha::ReflectionService::from(ReflectionServiceState::new( in build_v1alpha()115 struct ReflectionServiceState { struct121 impl ReflectionServiceState { argument132 let mut state = ReflectionServiceState { in new()