Struct CommandIterator
pub struct CommandIterator(/* private fields */);Methods from Deref<Target = PtrIterator>§
Trait Implementations§
§impl Deref for CommandIterator
impl Deref for CommandIterator
§type Target = PtrIterator
type Target = PtrIterator
The resulting type after dereferencing.
§fn deref(&self) -> &<CommandIterator as Deref>::Target
fn deref(&self) -> &<CommandIterator as Deref>::Target
Dereferences the value.
§impl UnsafeIterator for CommandIterator
impl UnsafeIterator for CommandIterator
type Item<'a> = KanziString
§unsafe fn next(
&mut self,
) -> Result<Option<<CommandIterator as UnsafeIterator>::Item<'static>>, Error>
unsafe fn next( &mut self, ) -> Result<Option<<CommandIterator as UnsafeIterator>::Item<'static>>, Error>
Advances the iterator and returns the next value. Read more
Auto Trait Implementations§
impl Freeze for CommandIterator
impl RefUnwindSafe for CommandIterator
impl !Send for CommandIterator
impl !Sync for CommandIterator
impl Unpin for CommandIterator
impl UnwindSafe for CommandIterator
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