Struct rustc_data_structures::tiny_list::TinyList[][src]

pub struct TinyList<T: PartialEq> { /* fields omitted */ }

Methods

impl<T: PartialEq> TinyList<T>
[src]

Trait Implementations

impl<T: Clone + PartialEq> Clone for TinyList<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Hash + PartialEq> Hash for TinyList<T>
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl<T: Debug + PartialEq> Debug for TinyList<T>
[src]

Formats the value using the given formatter. Read more

impl<T: PartialEq + PartialEq> PartialEq for TinyList<T>
[src]

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

This method tests for !=.

Auto Trait Implementations

impl<T> Send for TinyList<T> where
    T: Send

impl<T> Sync for TinyList<T> where
    T: Sync