pub struct RuleParsingIntoIter<S> { /* private fields */ }
Expand description
Owning struct implementing IntoIterator, returning a RuleParserAdapter.
Trait Implementations§
Source§impl<S: Clone> Clone for RuleParsingIntoIter<S>
impl<S: Clone> Clone for RuleParsingIntoIter<S>
Source§fn clone(&self) -> RuleParsingIntoIter<S>
fn clone(&self) -> RuleParsingIntoIter<S>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<S: Debug> Debug for RuleParsingIntoIter<S>
impl<S: Debug> Debug for RuleParsingIntoIter<S>
Source§impl<S: Hash> Hash for RuleParsingIntoIter<S>
impl<S: Hash> Hash for RuleParsingIntoIter<S>
Source§impl<'a> IntoIterator for &'a RuleParsingIntoIter<String>
impl<'a> IntoIterator for &'a RuleParsingIntoIter<String>
Source§impl<S: PartialEq> PartialEq for RuleParsingIntoIter<S>
impl<S: PartialEq> PartialEq for RuleParsingIntoIter<S>
impl<S: Eq> Eq for RuleParsingIntoIter<S>
impl<S> StructuralPartialEq for RuleParsingIntoIter<S>
Auto Trait Implementations§
impl<S> Freeze for RuleParsingIntoIter<S>where
S: Freeze,
impl<S> RefUnwindSafe for RuleParsingIntoIter<S>where
S: RefUnwindSafe,
impl<S> Send for RuleParsingIntoIter<S>where
S: Send,
impl<S> Sync for RuleParsingIntoIter<S>where
S: Sync,
impl<S> Unpin for RuleParsingIntoIter<S>where
S: Unpin,
impl<S> UnwindSafe for RuleParsingIntoIter<S>where
S: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more