Skip to main content

ThereIsNoIteratorInRepetition

Struct ThereIsNoIteratorInRepetition 

Source
#[doc(hidden)]
pub struct ThereIsNoIteratorInRepetition;

Trait Implementations§

Source§

impl BitOr<HasIterator> for ThereIsNoIteratorInRepetition

Source§

type Output = HasIterator

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: HasIterator) -> HasIterator

Performs the | operation. Read more
Source§

impl BitOr<ThereIsNoIteratorInRepetition> for HasIterator

Source§

type Output = HasIterator

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> HasIterator

Performs the | operation. Read more
Source§

impl BitOr for ThereIsNoIteratorInRepetition

Source§

type Output = ThereIsNoIteratorInRepetition

The resulting type after applying the | operator.
Source§

fn bitor( self, _rhs: ThereIsNoIteratorInRepetition, ) -> ThereIsNoIteratorInRepetition

Performs the | operation. Read more