Struct siderunner::File[][src]

pub struct File {
    pub id: String,
    pub version: String,
    pub name: String,
    pub url: String,
    pub tests: Vec<Test>,
}
Expand description

File represent a Side file information

Fields

id: String

Id of a file. It is generated by Selenium IDE automatically.

version: String

Version of a scheme

name: String

Name of a project

url: String

Address of a parsed site

tests: Vec<Test>

A list of Tests

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

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.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

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.