Struct dtab::Dtab [] [src]

pub struct Dtab(pub Vec<Dentry>);

A dtab (delegation table) comprises a sequence of delegation rules.

Trait Implementations

impl Debug for Dtab
[src]

Formats the value using the given formatter.

impl Clone for Dtab
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Dtab
[src]

Formats the value using the given formatter. Read more