Struct indexing::Index [] [src]

pub struct Index<'id> { /* fields omitted */ }

A branded index.

Index<'id> only indexes the container instantiated with the exact same particular lifetime for the parameter 'id at its inception from the indices() constructor.

Methods

impl<'id> Index<'id>
[src]

Trait Implementations

impl<'id> Copy for Index<'id>
[src]

impl<'id> Clone for Index<'id>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'id> Eq for Index<'id>
[src]

impl<'id> PartialOrd for Index<'id>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl<'id> Debug for Index<'id>
[src]

Formats the value using the given formatter.

impl<'id> PartialEq for Index<'id>
[src]

Index can only be compared with other indices of the same branding

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.