[][src]Struct gluon_base::types::RowIteratorMut

pub struct RowIteratorMut<'a, SpId: 'a, T: 'a> { /* fields omitted */ }

Implementations

impl<'a, SpId, T> RowIteratorMut<'a, SpId, T>[src]

pub fn current_type(&mut self) -> &mut T[src]

Trait Implementations

impl<'a, SpId: 'a, Id: 'a, T: 'a> Iterator for RowIteratorMut<'a, SpId, T> where
    T: DerefMut<Target = Type<Id, T>> + TypePtr<Id = Id, SpannedId = SpId>,
    T::Fields: DerefMut<Target = [Field<SpId, T>]>, 
[src]

type Item = &'a mut Field<SpId, T>

The type of the elements being iterated over.

Auto Trait Implementations

impl<'a, SpId, T> RefUnwindSafe for RowIteratorMut<'a, SpId, T> where
    SpId: RefUnwindSafe,
    T: RefUnwindSafe

impl<'a, SpId, T> Send for RowIteratorMut<'a, SpId, T> where
    SpId: Send,
    T: Send

impl<'a, SpId, T> Sync for RowIteratorMut<'a, SpId, T> where
    SpId: Sync,
    T: Sync

impl<'a, SpId, T> Unpin for RowIteratorMut<'a, SpId, T>

impl<'a, SpId, T> !UnwindSafe for RowIteratorMut<'a, SpId, T>

Blanket Implementations

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

impl<Id> AsId<Id> for Id where
    Id: ?Sized
[src]

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

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

impl<T> From<T> 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> 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.