Struct kidou::orbit::io::load::Log[][src]

pub struct Log<'a> {
    len: usize,
    files: Vec<&'a str>,
    statuses: Vec<String>,
}
Expand description

A representation of the results after parsing the files

Fields

len: usize

Number of files parsed

files: Vec<&'a str>

Paths to the parsed files (as specified by a user)

statuses: Vec<String>

A vector of status codes for each file

Implementations

Format the contents of the log with the specified padding, return a string

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.