Struct actix_web::fs::Directory[][src]

pub struct Directory {
    pub base: PathBuf,
    pub path: PathBuf,
}
[]

A directory; responds with the generated directory listing.

Fields

[]

Base directory

[]

Path of subdirectory to generate listing for

Methods

impl Directory
[src]
[]

[]

Create a new directory

[]

Is this entry visible from this directory?

Trait Implementations

impl Debug for Directory
[src]
[+]

[]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Directory

impl Sync for Directory