Lines Matching defs:RepeatedView
26 pub struct RepeatedView<'msg, T> { struct
32 impl<'msg, T> Copy for RepeatedView<'msg, T> {} implementation
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> { impl
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
418 impl<'msg, T> Proxy<'msg> for RepeatedView<'msg, T> where T: ProxiedInRepeated + 'msg {} implementation
420 impl<'msg, T> AsView for RepeatedView<'msg, T> implementation
432 impl<'msg, T> IntoView<'msg> for RepeatedView<'msg, T> implementation
445 impl<'msg, T> ViewProxy<'msg> for RepeatedView<'msg, T> where T: ProxiedInRepeated + 'msg {} implementation
533 impl<'msg, T> iter::IntoIterator for RepeatedView<'msg, T> implementation
545 impl<'msg, T> iter::IntoIterator for &'_ RepeatedView<'msg, T> implementation