Home
last modified time | relevance | path

Searched defs:MapMut (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/rust/
Dmap.rs41 pub struct MapMut<'msg, K: ?Sized, V: ?Sized> { struct
42 pub(crate) inner: InnerMapMut<'msg>, argument
46 impl<'msg, K: ?Sized, V: ?Sized> MapMut<'msg, K, V> { implementation
52 unsafe impl<'msg, K: ?Sized, V: ?Sized> Sync for MapMut<'msg, K, V> {} implementation
54 impl<'msg, K: ?Sized, V: ?Sized> std::fmt::Debug for MapMut<'msg, K, V> { implementation
153 impl<'msg, K: Proxied, V: ProxiedInMapValue<K>> SealedInternal for MapMut<'msg, K, V> {} implementation
155 impl<'msg, K: Proxied, V: ProxiedInMapValue<K>> Proxy<'msg> for MapMut<'msg, K, V> {} implementation
157 impl<'msg, K: Proxied, V: ProxiedInMapValue<K>> AsView for MapMut<'msg, K, V> { implementation
165 impl<'msg, K: Proxied, V: ProxiedInMapValue<K>> IntoView<'msg> for MapMut<'msg, K, V> { implementation
174 impl<'msg, K: Proxied, V: ProxiedInMapValue<K>> AsMut for MapMut<'msg, K, V> { implementation
[all …]
Dupb.rs502 impl<'msg, K: ?Sized, V: ?Sized> MapMut<'msg, K, V> { implementation