[go: up one dir, main page]

Struct sid::IdSlice[][src]

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

Methods

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

Important traits for IdRange<T, H>

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

impl<'l, ID: Identifier, T: 'l> IntoIterator for IdSlice<'l, ID, T>
[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

Auto Trait Implementations

impl<'l, ID, T> Send for IdSlice<'l, ID, T> where
    ID: Send,
    T: Sync

impl<'l, ID, T> Sync for IdSlice<'l, ID, T> where
    ID: Sync,
    T: Sync