pub struct StringIterator { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for StringIterator
impl Clone for StringIterator
Source§fn clone(&self) -> StringIterator
fn clone(&self) -> StringIterator
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 StringIterator
impl Debug for StringIterator
Source§impl Drop for StringIterator
impl Drop for StringIterator
Source§impl Trace for StringIterator
impl Trace for StringIterator
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 StringIterator
impl !RefUnwindSafe for StringIterator
impl !Send for StringIterator
impl !Sync for StringIterator
impl Unpin for StringIterator
impl !UnwindSafe for StringIterator
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