Searched defs:ReflectMap (Results 1 – 3 of 3) sorted by relevance
8 pub trait ReflectMap: 'static { interface14 impl<K: ProtobufValue + Eq + Hash + 'static, V: ProtobufValue + 'static> ReflectMap impl59 impl<'a> IntoIterator for &'a dyn ReflectMap { implementation
16 pub(crate) trait ReflectMap: Debug + Send + Sync + 'static { interface58 impl<'a> IntoIterator for &'a dyn ReflectMap { implementation
765 fn get_field<'a>(&self, m: &'a M) -> &'a dyn ReflectMap { in get_field()769 fn mut_field<'a>(&self, m: &'a mut M) -> &'a mut dyn ReflectMap { in mut_field()