Struct syntex_syntax::parse::Directory [] [src]

pub struct Directory {
    pub path: PathBuf,
    pub ownership: DirectoryOwnership,
}

Fields

Trait Implementations

impl Clone for Directory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more