#[doc(hidden)]pub struct ThereIsNoIteratorInRepetition;Trait Implementations§
Source§impl BitOr<HasIterator> for ThereIsNoIteratorInRepetition
impl BitOr<HasIterator> for ThereIsNoIteratorInRepetition
Source§type Output = HasIterator
type Output = HasIterator
The resulting type after applying the
| operator.Source§fn bitor(self, _rhs: HasIterator) -> HasIterator
fn bitor(self, _rhs: HasIterator) -> HasIterator
Performs the
| operation. Read moreSource§impl BitOr<ThereIsNoIteratorInRepetition> for HasIterator
impl BitOr<ThereIsNoIteratorInRepetition> for HasIterator
Source§type Output = HasIterator
type Output = HasIterator
The resulting type after applying the
| operator.Source§fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> HasIterator
fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> HasIterator
Performs the
| operation. Read moreSource§impl BitOr for ThereIsNoIteratorInRepetition
impl BitOr for ThereIsNoIteratorInRepetition
Source§type Output = ThereIsNoIteratorInRepetition
type Output = ThereIsNoIteratorInRepetition
The resulting type after applying the
| operator.Source§fn bitor(
self,
_rhs: ThereIsNoIteratorInRepetition,
) -> ThereIsNoIteratorInRepetition
fn bitor( self, _rhs: ThereIsNoIteratorInRepetition, ) -> ThereIsNoIteratorInRepetition
Performs the
| operation. Read more