Struct syntax::parse::Directory
[−]
[src]
pub struct Directory {
pub path: PathBuf,
pub ownership: DirectoryOwnership,
}🔬 This is a nightly-only experimental API. (
rustc_private)Fields
path: PathBuf
🔬 This is a nightly-only experimental API. (
rustc_private)ownership: DirectoryOwnership
🔬 This is a nightly-only experimental API. (
rustc_private)Trait Implementations
impl Clone for Directory[src]
fn clone(&self) -> Directory
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more