Struct dtab::Dentry [] [src]

pub struct Dentry {
    pub prefix: NameTree<String>,
    pub dst: NameTree<String>,
}

Fields

Trait Implementations

impl Debug for Dentry
[src]

Formats the value using the given formatter.

impl Clone for Dentry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Dentry
[src]

Formats the value using the given formatter. Read more