Home
last modified time | relevance | path

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

/third_party/rust/crates/quote/src/
H A Druntime.rs23 pub struct ThereIsNoIteratorInRepetition; // False structure names
25 impl BitOr<ThereIsNoIteratorInRepetition> for ThereIsNoIteratorInRepetition {
26 type Output = ThereIsNoIteratorInRepetition;
27 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> ThereIsNoIteratorInRepetition { in bitor()
28 ThereIsNoIteratorInRepetition in bitor()
32 impl BitOr<ThereIsNoIteratorInRepetition> for HasIterator {
34 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> HasIterator { in bitor()
39 impl BitOr<HasIterator> for ThereIsNoIteratorInRepetition {
[all...]
H A Dlib.rs881 let has_iter = $crate::__private::ThereIsNoIteratorInRepetition;
904 let has_iter = $crate::__private::ThereIsNoIteratorInRepetition;
951 let has_iter = $crate::__private::ThereIsNoIteratorInRepetition;
965 let has_iter = $crate::__private::ThereIsNoIteratorInRepetition;

Completed in 3 milliseconds