Enum dir_obj::Entry [] [src]

pub enum Entry {
    File(File),
    Dir(Dir),
}

possible entries in a directory

Variants

Methods

impl Entry
[src]

Trait Implementations

impl Debug for Entry
[src]

Formats the value using the given formatter.

impl PartialEq for Entry
[src]

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

This method tests for !=.