[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]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

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.

[src]

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?

[src]

Creates an iterator from a value. Read more