Home
last modified time | relevance | path

Searched refs:ThereIsNoIteratorInRepetition (Results 1 – 2 of 2) sorted by relevance

/linux/rust/quote/
H A Druntime.rs25 pub struct ThereIsNoIteratorInRepetition; // False struct
27 impl BitOr<ThereIsNoIteratorInRepetition> for ThereIsNoIteratorInRepetition { implementation
28 type Output = ThereIsNoIteratorInRepetition;
29 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> ThereIsNoIteratorInRepetition { in bitor() argument
30 ThereIsNoIteratorInRepetition in bitor()
34 impl BitOr<ThereIsNoIteratorInRepetition> for HasIterator {
36 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> HasIterator { in bitor()
41 impl BitOr<HasIterator> for ThereIsNoIteratorInRepetition { implementation
64 use super::{HasIterator as HasIter, ThereIsNoIteratorInRepetition as DoesNotHaveIter};
H A Dlib.rs893 let has_iter = $crate::__private::ThereIsNoIteratorInRepetition;
916 let has_iter = $crate::__private::ThereIsNoIteratorInRepetition;
963 let has_iter = $crate::__private::ThereIsNoIteratorInRepetition;
977 let has_iter = $crate::__private::ThereIsNoIteratorInRepetition;