pub struct Iterator { /* private fields */ }
Expand description
An owning iterator.
Trait Implementations§
Source§impl FromValue for Iterator
impl FromValue for Iterator
Source§fn from_value(value: Value) -> Result<Self, RuntimeError>
fn from_value(value: Value) -> Result<Self, RuntimeError>
Try to convert to the given type, from the given value.
Source§impl MaybeTypeOf for Iterator
impl MaybeTypeOf for Iterator
Source§fn maybe_type_of() -> Result<DocType>
fn maybe_type_of() -> Result<DocType>
Type information for the given type.
Auto Trait Implementations§
impl Freeze for Iterator
impl !RefUnwindSafe for Iterator
impl !Send for Iterator
impl !Sync for Iterator
impl Unpin for Iterator
impl !UnwindSafe for Iterator
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