Struct toornament::Disciplines [] [src]

pub struct Disciplines(pub Vec<Discipline>);

A list of Discipline objects.

Trait Implementations

impl Clone for Disciplines
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Disciplines
[src]

Formats the value using the given formatter.

impl Default for Disciplines
[src]

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