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]

[src]

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

[src]

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

[src]

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

Trait Implementations

impl Debug for DirEntry
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DirEntry

impl Sync for DirEntry