Struct recursive_variadic::Entry [] [src]

pub struct Entry<T: Key, R> { /* fields omitted */ }

Wraps some field data and a parent, which is either another Entry or Empty

Trait Implementations

impl<T: Key, R: RecursiveVariadic> RecursiveVariadic for Entry<T, R>
[src]

Try to get the value for N.

Try to get the value for N mutably.

Add a key-value pair to this.

Add the default value for N