Struct sid::IdSlice [] [src]

pub struct IdSlice<'l, ID: Identifier, Data> where
    Data: 'l, 
{ /* fields omitted */ }

Methods

impl<'l, Data, ID: Identifier> IdSlice<'l, ID, Data> where
    Data: 'l, 
[src]

Trait Implementations

impl<'l, Data, ID: Identifier> Copy for IdSlice<'l, ID, Data> where
    Data: 'l, 
[src]

impl<'l, Data, ID: Identifier> Clone for IdSlice<'l, ID, Data> where
    Data: 'l, 
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'l, ID: Identifier, Data> Index<ID> for IdSlice<'l, ID, Data> where
    Data: 'l, 
[src]

The returned type after indexing

The method for the indexing (container[index]) operation

impl<'l, ID: Identifier, Data: 'l> IntoIterator for IdSlice<'l, ID, Data>
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more