Struct elba::index::IndexEntry[][src]

pub struct IndexEntry<T> {
    pub name: Name,
    pub version: Version,
    pub dependencies: Vec<Dep<T>>,
    pub yanked: bool,
    pub location: DirectRes,
}

Fields

Trait Implementations

impl<T: Clone> Clone for IndexEntry<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for IndexEntry<T>
[src]

Formats the value using the given formatter. Read more

impl<T: PartialEq> PartialEq for IndexEntry<T>
[src]

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

This method tests for !=.

impl<T: Eq> Eq for IndexEntry<T>
[src]

Auto Trait Implementations

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

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