Struct toornament::AdditionalFields [] [src]

pub struct AdditionalFields(pub HashMap<String, HashMap<String, String>>);

Additional fields for Discipline wrap.

Trait Implementations

impl Debug for AdditionalFields
[src]

Formats the value using the given formatter.

impl Clone for AdditionalFields
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AdditionalFields
[src]

Returns the "default value" for a type. Read more