Struct dtab::Dentry
[−]
[src]
pub struct Dentry {
pub prefix: NameTree<String>,
pub dst: NameTree<String>,
}Fields
prefix: NameTree<String>
dst: NameTree<String>
Trait Implementations
impl Debug for Dentry[src]
impl Clone for Dentry[src]
fn clone(&self) -> Dentry
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