Struct cheddar::ModulePath[][src]

pub struct ModulePath {
    pub path: Vec<ModuleName>,
}

A module path is a non-empty list of module(s), representing a hierarchy.

Fields

Hierarchical path of modules leading to the module we want to import (included in the path).

Trait Implementations

impl Clone for ModulePath
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ModulePath
[src]

Formats the value using the given formatter. Read more

impl Hash for ModulePath
[src]

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

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

impl Eq for ModulePath
[src]

impl PartialEq for ModulePath
[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 Send for ModulePath

impl Sync for ModulePath