Struct zbox::DirEntry[][src]

pub struct DirEntry { /* fields omitted */ }

Entries returned by the read_dir function.

An instance of DirEntry represents an entry inside of a directory in the repository. Each entry can be inspected via methods to learn about the full path or other metadata.

Methods

impl DirEntry
[src]

Returns the full path to the file that this entry represents.

Returns the bare file name of this directory entry without any other leading path component.

Return the metadata for the file that this entry points at.

Trait Implementations

impl Debug for DirEntry
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DirEntry

impl Sync for DirEntry