Home
last modified time | relevance | path

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

/third_party/protobuf/rust/
Drepeated.rs26 pub struct RepeatedView<'msg, T> { struct
32 impl<'msg, T> Copy for RepeatedView<'msg, T> {} argument
33 impl<'msg, T> Clone for RepeatedView<'msg, T> { implementation
39 unsafe impl<'msg, T> Sync for RepeatedView<'msg, T> {} implementation
40 unsafe impl<'msg, T> Send for RepeatedView<'msg, T> {} implementation
42 impl<'msg, T> Debug for RepeatedView<'msg, T> { implementation
63 impl<'msg, T> RepeatedView<'msg, T> { implementation
79 impl<'msg, T> RepeatedView<'msg, T> implementation
236 impl<'msg, T> IntoProxied<Repeated<T>> for RepeatedView<'msg, T> implementation
416 impl<'msg, T> SealedInternal for RepeatedView<'msg, T> where T: ProxiedInRepeated + 'msg {} implementation
[all …]