Struct accord::MultipleInvalid [] [src]

pub struct MultipleInvalid {
    pub tag: String,
    pub invalids: Vec<Invalid>,
}

Fields

Trait Implementations

impl Clone for MultipleInvalid
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MultipleInvalid
[src]

Formats the value using the given formatter.