pub struct RegExpStringIterator { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for RegExpStringIterator
impl Clone for RegExpStringIterator
Source§fn clone(&self) -> RegExpStringIterator
fn clone(&self) -> RegExpStringIterator
Returns a duplicate 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 Debug for RegExpStringIterator
impl Debug for RegExpStringIterator
Source§impl Drop for RegExpStringIterator
impl Drop for RegExpStringIterator
Source§impl Trace for RegExpStringIterator
impl Trace for RegExpStringIterator
Source§fn finalize_glue(&self)
fn finalize_glue(&self)
Runs Finalize::finalize() on this object and all
contained subobjects
Auto Trait Implementations§
impl !Freeze for RegExpStringIterator
impl !RefUnwindSafe for RegExpStringIterator
impl !Send for RegExpStringIterator
impl !Sync for RegExpStringIterator
impl Unpin for RegExpStringIterator
impl !UnwindSafe for RegExpStringIterator
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