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]
impl Clone for Dtab
[src]
fn clone(&self) -> Dtab
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