[][src]Struct gluon_vm::dynamic::FieldIter

pub struct FieldIter<'a, T> where
    T: VmRootInternal
{ /* fields omitted */ }

Trait Implementations

impl<'a, T: Debug> Debug for FieldIter<'a, T> where
    T: VmRootInternal
[src]

impl<'a, T> Iterator for FieldIter<'a, T> where
    T: VmRoot<'a>, 
[src]

type Item = (RootedValue<T>, ArcType)

The type of the elements being iterated over.

Auto Trait Implementations

impl<'a, T> !RefUnwindSafe for FieldIter<'a, T>

impl<'a, T> Send for FieldIter<'a, T> where
    T: Sync

impl<'a, T> Sync for FieldIter<'a, T> where
    T: Sync

impl<'a, T> Unpin for FieldIter<'a, T>

impl<'a, T> !UnwindSafe for FieldIter<'a, T>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Any for T where
    T: Any

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<'_, T> Captures<'_> for T[src]

impl<Choices> CoproductSubsetter<CNil, HNil> for Choices[src]

type Remainder = Choices

impl<T> Downcast for T where
    T: Any
[src]

impl<T> DowncastArc for T where
    T: Downcast + Send + Sync
[src]

impl<T> DowncastSync for T where
    T: Send + Sync + Any
[src]

impl<T> From<T> for T[src]

impl<D, T> FromPtr<D> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<I> IntoIterator for I where
    I: Iterator
[src]

type Item = <I as Iterator>::Item

The type of the elements being iterated over.

type IntoIter = I

Which kind of iterator are we turning this into?

impl<T> Itertools for T where
    T: Iterator + ?Sized
[src]

impl<T, U, I> LiftInto<U, I> for T where
    U: LiftFrom<T, I>, 
[src]

impl<Source> Sculptor<HNil, HNil> for Source[src]

type Remainder = Source

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.