Searched defs:ReflectMap (Results 1 – 2 of 2) sorted by relevance
8 pub trait ReflectMap: 'static { trait14 impl<K: ProtobufValue + Eq + Hash + 'static, V: ProtobufValue + 'static> ReflectMap impl59 impl<'a> IntoIterator for &'a dyn ReflectMap { implementation
749 fn get_field<'a>(&self, m: &'a M) -> &'a dyn ReflectMap { in get_field()753 fn mut_field<'a>(&self, m: &'a mut M) -> &'a mut dyn ReflectMap { in mut_field()