Struct hldemo::Directory [] [src]

pub struct Directory<'a> {
    pub entries: Vec<DirectoryEntry<'a>>,
}

Fields

Trait Implementations

impl<'a> Debug for Directory<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for Directory<'a>
[src]

[src]

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

[src]

This method tests for !=.