#[doc(hidden)]pub struct HasIterator;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 HasIterator
impl BitOr for HasIterator
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 more