Struct elba::index::Dep[][src]

pub struct Dep<T> {
    pub name: Name,
    pub index: T,
    pub req: Constraint,
}

A dependency.

Fields

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter. Read more

impl<T: PartialEq> PartialEq for Dep<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 Dep<T>
[src]

Auto Trait Implementations

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

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